Skip to content

radio browser mcp for Zed

io.github.mrfentmen/radio-browser-mcp

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

client:Zed transport:stdio runtime:npm

Install radio browser mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "radio-browser-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "radio-browser-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

radio browser mcp in other clients