aimusic-mcp-tool

amCharlie/aimusic-mcp-tool
★ 3 stars Python 🤖 AI/LLM Updated 5mo ago
Official MCP server for MusicMCP.AI - AI-powered music generation for Claude Desktop and other MCP clients
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": {
    "aimusic-mcp-tool": {
      "command": "uvx",
      "args": [
        "aimusic-mcp-tool"
      ]
    }
  }
}

Or install with pip: pip install aimusic-mcp-tool