Skip to main content
Glama

๐ŸŽŸ Local Events Finder โ€” MCP Server

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


Related MCP server: Spotify-Claude MCP Server

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

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/raheeltanvir/local-events-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server