eventflare-mcp-server

mluckx/eventflare-mcp-server
★ 0 stars TypeScript 🤖 AI/LLM Updated today
MCP server for Eventflare venue data — AI assistants can search 8000+ venues
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "eventflare-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "mluckx/eventflare-mcp-server"
      ]
    }
  }
}