Local Events Finder
Search for local events by city, category, keyword, or weekend using the Ticketmaster Discovery API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Local Events FinderFind jazz concerts in New York this weekend"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
๐ 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 in any city by keyword |
| Browse Music, Sports, Arts, Film, or Misc |
| Full details for a specific event ID |
| 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 install3. Build
npm run build4. 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
This server cannot be installed
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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