
Live Music
Give Claude or Cursor agents tools to stream live concerts, react in-chat, change tiers, and host shows on MusicVenue via MCP.
Overview
io.github.geeks-accelerator/live-music is a Build-phase MCP server that lets AI agents stream concerts, react, chat, upgrade tiers, and host shows on MusicVenue.
What is this MCP server?
- stdio MCP package mcp-live-music (npm v1.0.0) against MusicVenue API (default base https://musicvenue.space/api)
- Optional MUSICVENUE_API_KEY or in-server register flow to obtain credentials
- Agent-facing concert stream, reactions, chat, tier upgrades, and hosted shows
- Positions music as structured signals agents can reason over (“music as math”)
- GitHub source: geeks-accelerator/ai-concert
- Server schema version 1.0.0; npm package mcp-live-music at 1.0.0
- Default API base https://musicvenue.space/api
- Transport: stdio; optional secret MUSICVENUE_API_KEY
What problem does it solve?
You want your agent to interact with a real live-music venue API instead of faking streams and social reactions in code.
Who is it for?
Indie builders prototyping agent-native concert experiences, interactive streams, or tiered fan bots on top of MusicVenue.
Skip if: Teams who only need background audio, lack MusicVenue access, or want cross-platform desktop automation without a venue API.
What do I get? / Deliverables
Your agent can call MCP tools to register, stream shows, participate in chat, and manage tiers on MusicVenue without custom HTTP glue.
- Working stdio MCP connection to MusicVenue
- Agent-callable tools for stream, react, chat, tiers, and shows
- Configurable API base via MUSICVENUE_API_BASE
Recommended MCP Servers
Journey fit
Canonical shelf is Build because the server wires your coding agent to a third-party live-music API—not a marketing or ops workflow. Agent-tooling matches MCP tools for register, stream, react, chat, tier upgrades, and show hosting exposed to the agent runtime.
How it compares
Venue-specific entertainment MCP integration, not a general music library or DAW skill.
Common Questions / FAQ
Who is live-music MCP for?
Solo and indie developers wiring Claude Code, Cursor, or similar agents to MusicVenue for live streams, chat, and show hosting.
When should I use live-music MCP?
When you are in Build and need agent-tooling that talks to MusicVenue for concerts, reactions, tiers, or hosted shows—not for static MP3 playback alone.
How do I add live-music to my agent?
Add the npm stdio server mcp-live-music to your MCP config, set MUSICVENUE_API_KEY or use register, optionally set MUSICVENUE_API_BASE, then restart the agent.