MCP.so
登录

Eventbrite MCP Server

@joshuachestang

关于 Eventbrite MCP Server

Model Context Protocol server for Eventbrite API integration. Create and manage events using natural language through AI agents like Claude Desktop and Cursor IDE.

基本信息

分类

开发工具

许可证

MIT

运行时

node

传输方式

stdio

发布者

joshuachestang

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Eventbrite MCP Server?

A Model Context Protocol (MCP) server that provides natural language access to the Eventbrite API. It lets you create, manage, and interact with Eventbrite events using conversational AI.

How to use Eventbrite MCP Server?

Obtain Eventbrite API credentials from the Eventbrite Developer Portal, set the EVENTBRITE_API_KEY environment variable (and optionally EVENTBRITE_ORGANIZATION_ID), install dependencies with npm install, then run the server with npm run dev (development) or npm start (production). Configure your MCP client (e.g., Claude Desktop) to point to the server’s compiled index.js and pass the environment variables.

Key features of Eventbrite MCP Server

  • Create, list, update, publish, and cancel events
  • Manage venues and browse Eventbrite categories
  • Natural language commands for all operations
  • Comprehensive error handling for API and network issues
  • Paginated event listing with status and sort filters
  • Full support for event details like timezone, currency, and capacity

Use cases of Eventbrite MCP Server

  • Create a new event with a single natural language sentence
  • List upcoming or draft events and filter by status
  • Update event descriptions, dates, or timezones via chat
  • Publish or cancel events without opening the Eventbrite dashboard
  • Manage venues and categories alongside events

FAQ from Eventbrite MCP Server

What credentials are required to use this server?

You need an Eventbrite API key (from the Eventbrite Developer Portal) and an optional Organization ID for listing organization events. Set them as environment variables EVENTBRITE_API_KEY and EVENTBRITE_ORGANIZATION_ID.

What tools does the server expose?

It provides tools for event management (create_event, list_events, get_event, update_event, publish_event, cancel_event), venue management (create_venue), and category browsing (list_categories). Each tool accepts typed parameters.

How do I start the server in development mode?

Run npm run dev from the src/mcp‑servers/eventbrite/ directory. This enables auto‑reload. For production use npm start after building with npm run build.

Where can I find the project source code?

The server lives at src/mcp‑servers/eventbrite/ with TypeScript source, configuration files, and a package manifest. Refer to the README for the full structure.

What error handling is included?

The server handles missing API credentials, invalid event data, network errors, and Eventbrite API errors, returning descriptive messages to the MCP client.

评论

开发工具 分类下的更多 MCP 服务器