Skip to content
Cursor

radio browser mcp for Cursor

io.github.mrfentmen/radio-browser-mcp

Use this MCP server to Radio Browser, 40,000+ internet radio stations searchable by genre, tag,...

client:Cursor transport:stdio runtime:npm

Install radio browser mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "radio-browser-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "radio-browser-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

radio browser mcp in other clients