Eventbrite
БесплатноНе проверенModel Context Protocol server for Eventbrite API integration. Create and manage events using natural language through AI agents like Claude Desktop and Cursor I
Описание
Model Context Protocol server for Eventbrite API integration. Create and manage events using natural language through AI agents like Claude Desktop and Cursor IDE.
README
A Model Context Protocol (MCP) server that provides natural language access to the Eventbrite API. This server allows you to create, manage, and interact with Eventbrite events using conversational AI.
Features
- Create Events: Create new events with natural language descriptions
- List Events: View and filter your events
- Update Events: Modify existing event details
- Publish Events: Make draft events live
- Cancel Events: Cancel events when needed
- Venue Management: Create and manage venues
- Category Support: Browse and use Eventbrite categories
Setup
1. Get Eventbrite API Credentials
- Go to Eventbrite Developer Portal
- Create an account or sign in
- Create a new app to get your API key
- Note your Organization ID (optional, for listing organization events)
2. Environment Variables
Create a .env file in this directory or set the following environment variables:
EVENTBRITE_API_KEY=your_eventbrite_api_key_here
EVENTBRITE_ORGANIZATION_ID=your_organization_id_here # Optional
3. Install Dependencies
cd src/mcp-servers/eventbrite
npm install
4. Build (Optional)
If you want to compile TypeScript:
npm run build
Usage
Running the Server
# Development mode with auto-reload
npm run dev
# Production mode
npm start
MCP Client Configuration
Add this server to your MCP client configuration (e.g., Claude Desktop):
{
"mcpServers": {
"eventbrite": {
"command": "node",
"args": ["/path/to/cyber-guard/src/mcp-servers/eventbrite/index.js"],
"env": {
"EVENTBRITE_API_KEY": "your_api_key_here",
"EVENTBRITE_ORGANIZATION_ID": "your_org_id_here"
}
}
}
}
Available Tools
create_event
Create a new event on Eventbrite.
Parameters:
name(required): Event namestart_date(required): Start date/time in ISO 8601 formatend_date(required): End date/time in ISO 8601 formatdescription: Event description (HTML allowed)timezone: Event timezone (default: UTC)currency: Currency code (default: USD)online_event: Whether it's an online event (default: false)listed: Whether to list publicly (default: true)capacity: Maximum attendeesvenue_name: Venue name (for in-person events)venue_address: Venue addressvenue_city: Venue cityvenue_region: Venue state/regionvenue_postal_code: Venue postal codevenue_country: Venue country (2-letter code)category_id: Eventbrite category IDsubcategory_id: Eventbrite subcategory ID
list_events
List your events with optional filtering.
Parameters:
status: Filter by status (live, draft, canceled, etc.)order_by: Sort order (start_asc, start_desc, created_asc, created_desc)page: Page number for pagination
get_event
Get detailed information about a specific event.
Parameters:
event_id(required): The event ID
update_event
Update an existing event.
Parameters:
event_id(required): The event IDname: New event namedescription: New descriptionstart_date: New start date/timeend_date: New end date/timetimezone: New timezone
publish_event
Publish a draft event to make it live.
Parameters:
event_id(required): The event ID
cancel_event
Cancel an event.
Parameters:
event_id(required): The event ID
list_categories
List available Eventbrite categories.
create_venue
Create a new venue.
Parameters:
name(required): Venue nameaddress: Street addresscity: Cityregion: State/regionpostal_code: Postal codecountry: Country (2-letter code)
Example Natural Language Commands
Once connected to an MCP client, you can use natural language like:
- "Create a tech meetup event next Friday at 7 PM called 'AI and the Future'"
- "List all my upcoming events"
- "Update the description of event 123456789"
- "Publish the draft event with ID 987654321"
- "Create a venue called 'Tech Hub' in San Francisco"
- "Show me all available event categories"
Error Handling
The server includes comprehensive error handling for:
- Missing API credentials
- Invalid event data
- Network errors
- Eventbrite API errors
Development
Project Structure
src/mcp-servers/eventbrite/
├── index.ts # Main server implementation
├── package.json # Dependencies and scripts
├── tsconfig.json # TypeScript configuration
└── README.md # This file
Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly
- Submit a pull request
License
MIT License - see the main project license for details.
Support
For issues related to:
- Eventbrite API: Check Eventbrite API Documentation
- MCP Protocol: Check Model Context Protocol Documentation
- This Server: Open an issue in the main project repository
Установка Eventbrite
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/joshuachestang/eventbrite-mcp-serverFAQ
Eventbrite MCP бесплатный?
Да, Eventbrite MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Eventbrite?
Нет, Eventbrite работает без API-ключей и переменных окружения.
Eventbrite — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Eventbrite в Claude Desktop, Claude Code или Cursor?
Открой Eventbrite на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
Roblox Studio
Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce
автор: paralovOpencode Omniroute Plugin
OpenCode plugin for the OmniRoute AI Gateway. Drives dynamic model discovery, /connect auth flow, and multi-instance OmniRoute providers via the official @openc
автор: GitHub ActionsAWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
Compare Eventbrite with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
