Skip to content
Cursor

audius mcp for Cursor

io.github.mrfentmen/audius-mcp

Use this MCP server to Audius, underground and independent music: trending tracks, artists,...

client:Cursor transport:stdio runtime:npm

Install audius mcp in Cursor

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

{
  "mcpServers": {
    "audius-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "audius-mcp"
      ]
    }
  }
}

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

audius mcp in other clients