Eventbrite MCP server providing event management and ticketing capabilities
If you already use Eventbrite, the eventbrite mcp server is the piece that lets your assistant work with it directly. Eventbrite MCP server providing event management and ticketing capabilities.
An MCP (Model Context Protocol) server that provides comprehensive event management and ticketing capabilities through the Eventbrite API v3.
The server ships on npm as @prmichaelsen/eventbrite-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
EVENTBRITE_API_TOKEN — Your Eventbrite API token (required)create_event — The create_event tool exposed by this serverupdate_event — Update an existing event by event ID. Supports partial updatescreate_ticket_class — The create_ticket_class tool exposed by this serverpublish_event — Publish an event to make it live and available for ticket salesSetup — The Setup tool exposed by this serverTesting — The Testing tool exposed by this serverBuilding — The Building tool exposed by this serverConfiguration is passed through the environment: EVENTBRITE_API_TOKEN, EVENTBRITE_API_URL, PLATFORM_SERVICE_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Eventbrite's toolset — EVENTBRITE_API_TOKEN, create_event, update_event and 5 more — is a fair guide to whether it matches your workflow. It is maintained by prmichaelsen; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Eventbrite's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| EVENTBRITE_API_TOKEN | Your Eventbrite API token (required) |
| create_event | The create_event tool exposed by this server. |
| update_event | Update an existing event by event ID. Supports partial updates. |
| create_ticket_class | The create_ticket_class tool exposed by this server. |
| publish_event | Publish an event to make it live and available for ticket sales. |
| Setup | The Setup tool exposed by this server. |
| Testing | The Testing tool exposed by this server. |
| Building | The Building tool exposed by this server. |
{
"mcpServers": {
"eventbrite-1": {
"command": "npx",
"args": ["-y", "@prmichaelsen/eventbrite-mcp"],
"env": {
"EVENTBRITE_API_TOKEN": "your-value",
"EVENTBRITE_API_URL": "your-value",
"PLATFORM_SERVICE_TOKEN": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| EVENTBRITE_API_TOKEN | Credential the server authenticates with. | Yes |
| EVENTBRITE_API_URL | Endpoint or connection string the server talks to. | Yes |
| PLATFORM_SERVICE_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.