roon-mcp
Controls music playback on a FiiO M23 device through Roon, allowing Claude to search and play tracks, adjust volume, and manage playback.
README
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 M23
What 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 install
2 — Start the server manually (first time only)
node index.js
Then 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:
cd
It 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 |
|---|---|
list_zones |
Show all Roon zones and their state |
now_playing |
What's currently playing |
play_pause |
Toggle play/pause |
next_track |
Skip forward |
previous_track |
Go back |
set_volume |
Set volume 0–100 |
search_and_play |
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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.