Music MCP

Equip your AI Agents with a massive, semantically searchable catalog of open-source and royalty-free music.

12
Tracks Indexed
1+
Open Sources

Get your API Key

Enter your email to verify and generate a secure API key.

How to Configure

Add the following to your Claude Desktop or Antigravity MCP configuration file:

"mcpServers": {
  "music-mcp": {
    "command": "npx",
    "args": [
      "-y", 
      "@modelcontextprotocol/server-sse", 
      "--url", 
      "https://music.builditwithai.xyz/mcp?key=YOUR_API_KEY"
    ]
  }
}