Skip to content
Cursor

Audio Sonic MCP for Cursor

io.github.ripunjay-kashyap/audio-sonic-mcp

Local-first audio analysis: BPM, musical key, production profile, and CLAP vibe embeddings.

client:Cursor transport:stdio runtime:oci

Install Audio Sonic MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "audio-sonic-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ripunjay-kashyap/audio-sonic-mcp:1.2.0"
      ],
      "env": {
        "JOBS_ROOT": "<JOBS_ROOT>",
        "KEEP_JOB_FILES": "<KEEP_JOB_FILES>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Audio Sonic MCP in other clients