📦
Mopidy MCP
MCP server for Mopidy music server
0 installs
Trust: 34 — Low
Content
Ask AI about Mopidy MCP
Powered by Claude · Grounded in docs
I know everything about Mopidy MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Mopidy MCP Server
A Node.js MCP (Model Context Protocol) server for controlling a Mopidy music server instance.
Features
- Implements MCP server with
@modelcontextprotocol/sdk - Exposes MCP tools for Mopidy control (e.g., get playback state)
- Communicates with Mopidy's HTTP JSON-RPC endpoint (
http://localhost:6680/mopidy/rpc) - Uses standard input/output (stdio) transport for MCP communication
Development
Build the project with:
npm run build
Usage
{
"mcpServers": {
...
"mopidy-mcp": {
"command": "node",
"args": ["/<path-to-project>/mopidy-mcp/build/index.js"],
"env": {}
}
}
}
License
MIT License. See the LICENSE file for details.
