Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Local Events Finder

FreeNot checked

Connects Claude to the Ticketmaster API to let users discover local events by city, category, keyword, or weekend through natural conversation.

GitHubEmbed

About

Connects Claude to the Ticketmaster API to let users discover local events by city, category, keyword, or weekend through natural conversation.

README

An MCP server that connects Claude to the Ticketmaster API, letting users discover local events by city, category, keyword, or weekend — all from a natural conversation.


Tools Exposed

Tool Description
search_events Search events in any city by keyword
events_by_category Browse Music, Sports, Arts, Film, or Misc
get_event_details Full details for a specific event ID
weekend_events Events happening this Friday–Sunday

Example Prompts (once connected to Claude)

  • "Find jazz events in Chicago this weekend"
  • "What sports events are happening in Toronto?"
  • "Show me 10 upcoming events in New York"
  • "Get details for event ID Z698xZC2Z17avvl"

Setup

1. Get a Ticketmaster API Key (free)

Sign up at developer.ticketmaster.com → Create App → copy your Consumer Key.

2. Clone & Install

git clone https://github.com/yourusername/local-events-mcp
cd local-events-mcp
npm install

3. Build

npm run build

4. Connect to Claude Desktop

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "local-events": {
      "command": "node",
      "args": ["/absolute/path/to/local-events-mcp/dist/index.js"],
      "env": {
        "TICKETMASTER_API_KEY": "your_api_key_here"
      }
    }
  }
}

Then restart Claude Desktop and start asking about events!


Privacy Policy

This server does not store any user data. All queries are passed directly to the Ticketmaster Discovery API. No personal information is collected or retained.


License

MIT

from github.com/raheeltanvir/local-events-mcp

Installing Local Events Finder

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/raheeltanvir/local-events-mcp

FAQ

Is Local Events Finder MCP free?

Yes, Local Events Finder MCP is free — one-click install via Unyly at no cost.

Does Local Events Finder need an API key?

No, Local Events Finder runs without API keys or environment variables.

Is Local Events Finder hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Local Events Finder in Claude Desktop, Claude Code or Cursor?

Open Local Events Finder on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Local Events Finder with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs