music21-mcp-server

kokoye2007/music21-mcp-server
★ 2 stars Python 🤖 AI/LLM Updated 1mo ago
Professional multi-interface music analysis server built on music21 - MCP Server for Claude, Gemini, Codex, and Qwen
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "music21-mcp-server": {
      "command": "uvx",
      "args": [
        "music21-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install music21-mcp-server