eventbrite mcp for Cursor
io.github.chrischall/eventbrite-mcp
Eventbrite for Claude — your tickets/orders, organizer data, and public event discovery
client:Cursor
transport:stdio
runtime:npm
Install eventbrite mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"eventbrite-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@chrischall/eventbrite-mcp"
],
"env": {
"EVENTBRITE_TOKEN": "<EVENTBRITE_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs