# musescore/MuseScore | Model Context Protocol (MCP) Server > MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests! - **Stars**: ⭐ 14,780 - **Language**: C++ - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "MuseScore": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-MuseScore" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "MuseScore": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-MuseScore" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-MuseScore` - **Docker**: `docker run -i --rm mcp/MuseScore`