Odel
Audio Sonic MCP

Audio Sonic MCP

Local
@ripunjay-kashyap4PythonMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/ripunjay-kashyap/audio-sonic-mcp:1.2.0

Run

docker run -i --rm ghcr.io/ripunjay-kashyap/audio-sonic-mcp:1.2.0

MCP client config

{
  "mcpServers": {
    "audio-sonic-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ripunjay-kashyap/audio-sonic-mcp:1.2.0"
      ]
    }
  }
}