Scales, chords, progressions, key detection, and genre intelligence for your AI. No API keys needed.
claude mcp add music-theory-mcp -- npx -y music-theory-mcp
claude_desktop_config.json
{
"mcpServers": {
"music-theory-mcp": {
"command": "npx",
"args": [
"-y",
"music-theory-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"music-theory-mcp": {
"command": "npx",
"args": [
"-y",
"music-theory-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"music-theory-mcp": {
"command": "npx",
"args": [
"-y",
"music-theory-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"music-theory-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"music-theory-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"music-theory-mcp": {
"command": "npx",
"args": [
"-y",
"music-theory-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.asume21--music-theory-mcp/reviews or the review_server meta-tool.
POST /mcp