← Back to Plugins
MCP Server MCP

io.github.geeks-accelerator/live-music

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-live-music",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional. Use register tool to get one automatically.",
          "format": "string",
          "isSecret": true,
          "name": "MUSICVENUE_API_KEY"
        },
        {
          "description": "API base URL (defaults to https://musicvenue.space/api)",
          "format": "string",
          "name": "MUSICVENUE_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...