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
Meetup
users

Meetup MCP Server

Community event platform

eventscommunitymeetups

About

## Meetup MCP Server: Community Event Platform The **Meetup MCP Server** integrates the Meetup community platform into Google Antigravity, enabling AI-assisted group management, event organization, and member engagement for community organizers. ### Why Meetup MCP? - **Group Management**: Create and manage Meetup groups with member administration - **Event Scheduling**: Organize events with RSVP tracking and waitlist management - **Member Engagement**: Communicate with members and track engagement metrics - **Discovery**: Help members find relevant local events and groups - **Analytics**: Access group growth and event attendance analytics ### Key Features #### 1. Event Organization ```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 Meetup event for our Python user group next Tuesday" }] ) ``` #### 2. Group Management ```python # Manage group response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show member statistics and recent join requests for our group" }] ) ``` #### 3. RSVP Tracking ```python # Track RSVPs response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show RSVP list for upcoming event and message attendees with updates" }] ) ``` #### 4. Event Discovery ```python # Find events response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Find tech meetups happening this week in my area" }] ) ``` ### Configuration ```json { "mcpServers": { "meetup": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-meetup"], "env": { "MEETUP_API_KEY": "your-api-key", "MEETUP_GROUP_URLNAME": "your-group-name" } } } } ``` ### Use Cases **Community Building**: Grow and engage local interest-based communities. **Event Planning**: Organize regular meetups with efficient RSVP management. **Networking**: Discover and attend local professional networking events. **Member Communication**: Keep group members informed and engaged. The Meetup MCP Server brings community event management into your workflow for organizers and attendees.

Installation

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

How to Use

  1. 1Get Meetup API key
  2. 2Configure OAuth
  3. 3Browse and manage events

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