Skip to content
VS Code

radio browser mcp for VS Code

io.github.mrfentmen/radio-browser-mcp

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

client:VS Code transport:stdio runtime:npm

Install radio browser mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

radio browser mcp in other clients