mcpbeat Sign in

Eventbrite MCP Server

local only

Eventbrite MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 455 installs a week from npm. Last commit 18 Sep 2026.

Eventbrite for Claude — your tickets/orders, organizer data, and public event discovery

Installs per day peak 187 · avg 42 · +86% w/w
a month agotoday
455
Installs / week
npm · @chrischall/eventbrite-mcp
0
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Eventbrite MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add eventbrite-mcp -- npx -y @chrischall/eventbrite-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "eventbrite-mcp": {
      "args": [
        "-y",
        "@chrischall/eventbrite-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.eventbrite-mcp]
command = "npx"
args = ["-y", "@chrischall/eventbrite-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "eventbrite-mcp": {
      "args": [
        "-y",
        "@chrischall/eventbrite-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "eventbrite-mcp": {
      "args": [
        "-y",
        "@chrischall/eventbrite-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: EVENTBRITE_TOKEN (Personal OAuth token (eventbrite.com/platform/api-keys); needed for account tools). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Eventbrite MCP

same job, measured the same way
EventMatey Event Discovery
by eventmatey-mcp

Find public EventMatey events that organisers have approved for AI discovery.

3 tools answering
LowlandData Events
by lowlanddata

European and US event data from Eventbrite: dates, venues, categories, ticket prices, organizers.

answering
VITUR MCP
by ah-developer-pro

Public VITUR data for events, tickets, speakers, companies, agendas and sector news.

12 tools answering
Etix MCP
by chrischall

Etix event discovery for Claude — search events, venues & performers and fetch event details

494 installs/wk local only
C
Social Content MCP Server
by thenextgennexus

Dev.to, Steam, podcasts, Eventbrite — cross-format content discovery for AI curators.

4 tools answering
Htag Docs
by htagai

Public HTAG discovery for MCP tools, API endpoints, OpenAPI ops, and agents.

5 tools answering
Publicdata Kr
by fieldcure

Korean public data API gateway for discovering and calling data.go.kr APIs from MCP clients.

local only
Open for Agents Website Visibility
by mdotk

Check how well AI agents can discover and understand a public website.

answering

Eventbrite MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Eventbrite MCP?
Eventbrite MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @chrischall/eventbrite-mcp was installed 455 times last week.
How do I connect Eventbrite MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @chrischall/eventbrite-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Eventbrite MCP?
The npm package @chrischall/eventbrite-mcp was installed 455 times in the last week. Week over week that is +86%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Eventbrite MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.