Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Eventbrite
calendar-check

Eventbrite MCP Server

Event management platform

eventsticketingmanagement

About

## Eventbrite MCP Server: Event Management Platform The **Eventbrite MCP Server** integrates the Eventbrite event platform into Google Antigravity, enabling AI-assisted event creation, ticket management, and attendee tracking for event organizers. ### Why Eventbrite MCP? - **Event Creation**: Create and publish events with customizable ticket types - **Ticket Management**: Manage ticket sales, pricing, and availability - **Attendee Tracking**: Monitor registrations and check-in status - **Analytics**: Access detailed event analytics and sales reports - **Marketing Tools**: Create discount codes and promotional campaigns ### Key Features #### 1. Event Management ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create a new tech meetup event with early bird and regular ticket tiers" }] ) ``` #### 2. Ticket Sales ```python # Manage tickets response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show ticket sales status and remaining capacity for my upcoming event" }] ) ``` #### 3. Attendee Management ```python # Track attendees response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "List all registered attendees and their check-in status" }] ) ``` #### 4. Analytics ```python # View reports response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show sales analytics and revenue breakdown for past events" }] ) ``` ### Configuration ```json { "mcpServers": { "eventbrite": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-eventbrite"], "env": { "EVENTBRITE_API_KEY": "your-api-key", "EVENTBRITE_ORG_ID": "your-organization-id" } } } } ``` ### Use Cases **Event Organization**: Create and manage professional events efficiently. **Ticket Sales**: Track and optimize ticket sales performance. **Attendee Management**: Handle registrations and check-ins smoothly. **Event Analytics**: Measure event success with detailed reporting. The Eventbrite MCP Server brings professional event management into your workflow for organizers of all sizes.

Installation

Configuration
{
  "mcpServers": {
    "eventbrite": {
      "mcpServers": {
        "eventbrite": {
          "env": {
            "EVENTBRITE_API_KEY": "your-api-key"
          },
          "args": [
            "-y",
            "eventbrite-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Create Eventbrite app
  2. 2Get private token
  3. 3Manage events and tickets

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers