music_mcp_agent

thelma-tertrais/music_mcp_agent
★ 0 stars Python AI/LLM Updated today
A Python MCP server exposing music analysis tools: catalog search, track metadata, local tempo/key/energy detection, recommendations, and optional song recognition. Specialized in classical music.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "music_mcp_agent": {
      "command": "uvx",
      "args": [
        "music-mcp-agent"
      ]
    }
  }
}

Or install with pip: pip install music-mcp-agent