meetup-mcp

Create, edit, search, and publish Meetup events via the Meetup MCP server.

4|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/Aaronontheweb/meetup-mcp --skill meetup-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meetup-mcp
Source: https://github.com/Aaronontheweb/meetup-mcp/tree/main/skills/meetup-mcp
Command: npx skills add https://github.com/Aaronontheweb/meetup-mcp --skill meetup-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you control Meetup group operations without manual admin work, so you can draft, edit, search, and publish events with confidence while respecting a safe organizer workflow.

Core Features & Use Cases

  • Event Management: Create draft events, edit titles and descriptions, and publish only when explicit approval is enabled.
  • Group and Venue Lookup: Inspect group metadata, search events by status, and retrieve known venues for faster planning.
  • Media and Speaker Handling: Upload event photos, attach featured images, and manage structured speaker details for polished event pages.
  • Safety and Troubleshooting: Understand auth flow, policy-denied errors, mode restrictions, and the draft-first publish model.
  • Use Case: An organizer preparing a meetup can use this Skill to draft the event, confirm the venue, add a speaker profile, attach photos, and then publish only after review.

Quick Start

Ask the skill to help you draft, edit, search, or publish a Meetup event while following the server’s organizer safety rules.

Frequently Asked Questions about meetup-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Meetup event creation and venue management safely?

You can automate Meetup event creation and venue management safely by using a draft-first workflow that requires OAuth2 authorization, single-group locking, organizer-mode write access, and explicit publish approval to control event operations.

Can I upload photos and add speaker details to Meetup events through an API?

Yes, you can upload event photos, attach featured images, and manage structured speaker details for Meetup events via the Meetup MCP server, which handles media uploads and speaker profile data for polished event pages.

Why does my Meetup API event publish fail with a policy-denied error?

A Meetup event publish fails with a policy-denied error when explicit publish approval is not enabled or organizer-mode write access is missing, as the server enforces a safe draft-first workflow to prevent unauthorized publishing.

Do I need OAuth2 authorization to search and edit Meetup group events?

Yes, OAuth2 authorization is required to search and edit Meetup group events, ensuring that all event drafting, editing, and publishing actions respect the server's organizer safety rules and single-group locking mechanism.

What's the best way to draft and review Meetup events before publishing?

The best way to draft and review Meetup events before publishing is to use a draft-first model where you create event content, confirm venues, add speaker profiles, attach photos, and then publish only after explicit review and approval.

How does single-group locking work for Meetup event organizers?

Single-group locking restricts Meetup event operations to one group at a time, requiring organizer-mode write access and OAuth2 authorization to ensure that event drafting, editing, and publishing actions remain isolated and controlled.