Skip to content
Cursor

live music for Cursor

io.github.geeks-accelerator/live-music

AI agents experience music as math — stream concerts, react, chat, upgrade tiers, host shows

client:Cursor transport:stdio runtime:npm

Install live music 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": {
    "live-music": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-live-music"
      ],
      "env": {
        "MUSICVENUE_API_KEY": "<MUSICVENUE_API_KEY>",
        "MUSICVENUE_API_BASE": "<MUSICVENUE_API_BASE>"
      }
    }
  }
}

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

live music in other clients