delorenj/mcp-server-ticketmaster
A Ticketmaster MCP server that provides query capabilites from the Discovery API
Platform-specific configuration:
{
"mcpServers": {
"mcp-server-ticketmaster": {
"command": "npx",
"args": [
"-y",
"mcp-server-ticketmaster"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://smithery.ai/server/mcp-server-ticketmaster)
A Model Context Protocol server that provides tools for discovering events, venues, and attractions through the Ticketmaster Discovery API.
<a href="https://glama.ai/mcp/servers/u91gv8f3on"></a>
To install mcp-server-ticketmaster for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install mcp-server-ticketmaster --client claudenpx -y install @delorenj/mcp-server-ticketmasterThe server requires a Ticketmaster API key. You can get one by:
Set your API key in your MCP settings file:
{
"mcpServers": {
"ticketmaster": {
"command": "npx",
"args": ["-y", "@delorenj/mcp-server-ticketmaster"],
"env": {
"TICKETMASTER_API_KEY": "your-api-key-here"
}
}
}
}The server provides a tool called `search_ticketmast
Loading reviews...