roon-mcp
Allows controlling music playback on a FiiO M23 via Roon, including search and play, volume control, and zone management.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@roon-mcpPlay Kind of Blue by Miles Davis"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Roon MCP Server for FiiO M23
Control music playback on your FiiO M23 by talking to Claude.
Claude Desktop ──MCP──▶ roon-mcp ──Roon Extension API──▶ Roon Core ──▶ FiiO M23What you can say to Claude
"Play Kind of Blue by Miles Davis"
"Skip to the next track"
"Turn the volume down to 40"
"What's playing on the M23?"
"Pause the music"
"Play something by Coltrane"
Setup
1 — Install dependencies
cd roon-mcp
npm install2 — Start the server manually (first time only)
node index.jsThen open Roon → Settings → Extensions → find "Roon MCP Server" → click Enable.
You only need to authorise once. Roon remembers the extension.
Press Ctrl+C to stop.
3 — Add to Claude Desktop
Find your Claude Desktop config file:
Windows:
%APPDATA%\Claude\claude_desktop_config.json
Open it in Notepad and add the roon-mcp block. If the file is empty, paste the whole thing:
{
"mcpServers": {
"roon-mcp": {
"command": "node",
"args": ["C:\\Users\\YourName\\roon-mcp\\index.js"]
}
}
}Replace C:\\Users\\YourName\\roon-mcp with the actual path to this folder.
To find it, open a terminal in the folder and type:
cdIt will print the full path. Use that, but replace every \ with \\.
4 — Restart Claude Desktop
Fully quit and reopen Claude Desktop. You should see a 🔌 tools icon — click it to confirm roon-mcp is listed.
Available tools
Tool | What it does |
| Show all Roon zones and their state |
| What's currently playing |
| Toggle play/pause |
| Skip forward |
| Go back |
| Set volume 0–100 |
| Search library and play on M23 |
Troubleshooting
"Not paired with Roon Core"
→ Run node index.js manually, then go to Roon → Settings → Extensions and enable it.
Zone not found
→ Ask Claude to list_zones first to see the exact zone name Roon uses for your M23.
Claude Desktop doesn't show the tools icon
→ Check the path in claude_desktop_config.json is correct and uses \\ not \.
→ Make sure Node.js is installed: open a terminal and type node -v.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/txagscott/roon-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server