Eventbrite MCP Server logo

Eventbrite MCP Server

by ibraheem4

The Eventbrite MCP Server provides tools for interacting with the Eventbrite API, enabling AI assistants to search for events, retrieve event details, and access venue information. It serves as a Model Context Protocol (MCP) server to facilitate these interactions.

View on GitHub

Last updated: N/A

What is Eventbrite MCP Server?

This is a Model Context Protocol (MCP) server designed to interact with the Eventbrite API. It allows AI assistants to access and utilize Eventbrite's data, such as events, venues, and categories.

How to use Eventbrite MCP Server?

To use this server, you need to install it either from NPM or from the source code. You also need to obtain an Eventbrite API key and configure it in your environment or MCP settings. Once configured, you can use the available tools through an AI assistant or directly via the API.

Key features of Eventbrite MCP Server

  • Search for events based on various criteria

  • Get detailed information about specific events

  • Retrieve venue information

  • Get a list of event categories

Use cases of Eventbrite MCP Server

  • Allowing AI assistants to find local events for users

  • Providing event details to users based on their search queries

  • Integrating Eventbrite event information into other applications

  • Enabling users to discover event categories and explore different interests

FAQ from Eventbrite MCP Server

How do I get an Eventbrite API key?

You can obtain an Eventbrite API key from the Eventbrite Developer Portal.

How do I install the server?

You can install the server either from NPM using npm install -g @ibraheem4/eventbrite-mcp or by cloning the repository and building it from source.

How do I configure the server with my API key?

You can set up your API key by creating a .env file, providing it as an environment variable, or configuring it in the MCP settings file.

What tools are available?

The available tools include search_events, get_event, get_categories, and get_venue.

How do I run the server?

You can run the server using the provided run.sh script or manually using npx -y supergateway --port 1337 --stdio "./build/index.js".