Skip to content
Cursor

tap mcp for Cursor

io.github.totalaudiopromo/tap-mcp

Music PR campaign management -- contacts, pitches, campaigns, and outcomes.

client:Cursor transport:stdio runtime:npm

Install tap 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": {
    "tap-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@totalaudiopromo/tap-mcp"
      ],
      "env": {
        "TAP_SUPABASE_URL": "<TAP_SUPABASE_URL>",
        "TAP_SUPABASE_KEY": "<TAP_SUPABASE_KEY>"
      }
    }
  }
}

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

tap mcp in other clients