music theory mcp for VS Code
io.github.asume21/music-theory-mcp
Scales, chords, progressions, key detection, and genre intelligence for your AI. No API keys needed.
client:VS Code
transport:stdio
runtime:npm
Install music theory mcp in VS Code
.vscode/mcp.json
{
"servers": {
"music-theory-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"music-theory-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs