music theory mcp for Cursor
io.github.asume21/music-theory-mcp
Scales, chords, progressions, key detection, and genre intelligence for your AI. No API keys needed.
client:Cursor
transport:stdio
runtime:npm
Install music theory mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"music-theory-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"music-theory-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs