MCP Server for Ticketmaster
A Ticketmaster MCP server that provides query capabilites from the Discovery API
Overview
MCP Server for Ticketmaster is a Model Context Protocol server that provides tools for discovering events, venues, and attractions through the Ticketmaster Discovery API.
To use the MCP Server, install it via npm, configure it with your Ticketmaster API key, and utilize the search_ticketmaster tool to query events, venues, or attractions.
- Flexible search capabilities for events, venues, and attractions with various filters. - Outputs data in structured JSON format or human-readable text. - Comprehensive data including names, dates, price ranges, and locations.
- Finding concerts and events in a specific city.
- Searching for venues based on location and event type.
- Discovering attractions and their classifications.
Add to your AI client
Use these steps to connect MCP Server for Ticketmaster in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-ticketmaster-delorenj": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-ticketmaster-delorenj"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-server-ticketmaster-delorenj": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-ticketmaster-delorenj"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-server-ticketmaster-delorenj": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-ticketmaster-delorenj"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-server-ticketmaster-delorenj": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-ticketmaster-delorenj"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-ticketmaster-delorenj": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-ticketmaster-delorenj"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-server-ticketmaster-delorenj": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-ticketmaster-delorenj"
]
}
}
}FAQ
How do I get a Ticketmaster API key?
You can obtain a Ticketmaster API key by creating an account on the Ticketmaster developer portal and creating a new app.
What types of searches can I perform?
You can search for events, venues, and attractions using various filters like keyword, date range, and location.
Is there a limit to the number of queries?
The API may have rate limits; please refer to the Ticketmaster API documentation for details.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":979,"uuid":"a147ea5c-665d-43be-97d2-f4de5922b498","name":"mcp-server-ticketmaster","title":"MCP Server for Ticketmaster","description":"A Ticketmaster MCP server that provides query capabilites from the Discovery API","avatar_url":"https://avatars.githubusercontent.com/u/242611?v=4","created_at":"2025-01-28T02:21:33.652Z","updated_at":"2025-02-23T07:18:50.280Z","status":"created","author_name":"delorenj","author_avatar_url":"https://avatars.githubusercontent.com/u/242611?v=4","tags":"mcp-server,ticketmaster,event-discovery","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/delorenj/mcp-server-ticketmaster","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]