luma-events-mcp

Blackie360/luma-events-mcp
★ 1 stars TypeScript AI/LLM Updated today
An unofficial MCP server for managing Luma events, guests, and registration insights through AI agents.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "luma-events-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Blackie360/luma-events-mcp"
      ]
    }
  }
}