MCP Server
io.github.asume21/music-theory-mcp MCP Server
io.github.asume21/music-theory-mcp
What is the io.github.asume21/music-theory-mcp MCP server?
Scales, chords, progressions, key detection, and genre intelligence for your AI. No API keys needed.
How to install io.github.asume21/music-theory-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"music-theory-mcp": {
"command": "npx",
"args": [
"-y",
"music-theory-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"music-theory-mcp": {
"command": "npx",
"args": [
"-y",
"music-theory-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"music-theory-mcp": {
"command": "npx",
"args": [
"-y",
"music-theory-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"music-theory-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"music-theory-mcp"
]
}
}
}Claude Code
claude mcp add music-theory-mcp -- npx -y music-theory-mcpRelated MCP servers
io.github.asume21/webear
Maintained
Give your AI coding assistant ears — capture, analyze, and describe live audio.
0
View repository →TypeScript
MIT