# Meetup MCP for AI Agents AI Agent Connect

> Meetup MCP helps you manage community groups and event calendars without jumping between tabs. Use your AI agent to audit memberships, find local groups by keyword, and pull event details instantly. It's built for organizers who need to keep their community active and organized.

## Overview
- **Category:** collaboration
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_2iR9p1LGF47Zpn6kA4s5RW4tLnZeBnL1prVXrONh/ai-agent-connect
- **Tags:** community-building, event-planning, networking, group-management, rsvp-tracking, local-events

## Description

Managing a local community is a lot of manual work. You're usually stuck jumping between a dashboard to see who joined last week, another tab to check if the next meetup is still on, and a third to find new groups that fit your interests. This Connector changes that by giving your AI agent a direct line into your Meetup data. Instead of clicking through menus, you just ask your agent for the status of your group. You can pull member lists to see who's active, check the metadata for upcoming events to make sure everything's correct, or search for new communities to join. It turns your AI into a dedicated community coordinator. When you connect this to Vinkius, you get a clean way to handle all these tasks through a natural conversation. You'll spend less time on administrative busywork and more time actually building your community.

## Tools

### get_event
Get specific details for a single event, like its description or URL. This helps you verify event info quickly.

### get_me
Pull your own authenticated user information from the platform. Use this to check your account status.

### list_group_members
Generate a list of all members currently in a specific group. It's great for auditing your community reach.

### list_upcoming_events
See all scheduled events for a group in one list. This keeps your calendar organized and visible.

### search_groups
Search for new communities using specific keywords. Use this to discover new networking opportunities.

## Prompt Examples

**Prompt:** 
```
What events are coming up for the 'Data Science' group?
```

**Response:** 
```
I've found the following upcoming events for the **Data Science** group:

| Event Name | Date | Link |
| :--- | :--- | :--- |
| Intro to PyTorch | Oct 12 | [Link](https://meetup.com/example1)
| Data Viz Night | Oct 20 | [Link](https://meetup.com/example2)

Would you like me to pull more details for any of these?
```

**Prompt:** 
```
Show me the members of the 'React Devs' group.
```

**Response:** 
```
I've retrieved the member list for the **React Devs** group. Here are the recent members:

* **Alex Johnson**
* **Sarah Chen**
* **Marcus Reid**
* **Jordan Smith**

There are 42 total members in this group. Would you like to see more?
```

**Prompt:** 
```
Search for any new groups about 'Web3' in Austin.
```

**Response:** 
```
I found several groups matching **'Web3'** in the Austin area:

1. **Austin Web3 Hub** (1.2k members)
2. **Austin Crypto & DeFi** (800 members)
3. **Austin Blockchain Builders** (450 members)

Which one would you like to explore further?
```

## Capabilities

### Audit group memberships
Get a clear list of who's in your community to track growth.

### Pull event metadata
See specific times, URLs, and descriptions for scheduled meetups.

### Find new local groups
Search for communities based on specific keywords or interests.

### Check your own profile
Quickly see your own authenticated user information on the platform.

### Monitor event calendars
List every upcoming event for a specific group in one go.

## Use Cases

### Checking community growth
An organizer wants to see if the 'Python NYC' group has grown. The agent uses list_upcoming_events to show the schedule and member counts.

### Finding niche groups
A marketer wants to check if the next meetup link is correct. The agent pulls the data to ensure the link is live.

### Rapid local discovery
A user wants to find new tech groups in London. The agent runs a keyword search to identify the best matches.

### Syncing event calendars
An ops lead needs to see all upcoming events for a series. The agent pulls the full list to build a summary.

## Benefits

- Stop manual searching. Use list_group_members to see who's joined your group without logging into the dashboard.
- Verify event details. Use list_upcoming_events to get a full overview of what's coming up for any group.
- Stay updated on your profile. Use get_me to quickly check your own account status and info.
- Audit your community. Use list_group_members to see who's in your group in a single list.
- Monitor your schedule. Use list_upcoming_events to see every scheduled event for a group in one go.
- Find new communities. Use search_groups to find local groups based on your specific interests.

## How It Works

The bottom line is you get a conversational interface for all your Meetup group management tasks.

1. Subscribe to the Meetup MCP on Vinkius.
2. Provide your Meetup Access Token in your AI client settings.
3. Ask your agent to find groups or list events.

## Frequently Asked Questions

**Can the Meetup MCP help me find new groups?**
Yes. It can search the platform using specific keywords to identify new communities that match your interests.

**Does the Meetup MCP show me my own profile?**
Yes, it can pull your authenticated user information so you can check your account status quickly.

**Can I use the Meetup MCP to see event URLs?**
Yes, it can retrieve specific details for any event, including the direct URL, so you can share it easily.

**How do I use the Meetup MCP for member lists?**
You can simply ask your agent to list the members of a specific group to see your community growth.

**Can the Meetup MCP see my upcoming events?**
Yes, it can pull a full list of scheduled events for any group you specify, making it easy to monitor your calendar.

**How do I find my Meetup Access Token?**
You must perform an OAuth 2.0 flow to generate a Bearer Token for your account. Please refer to the [**Meetup API documentation**](https://www.meetup.com/api/guide/#authentication) for setup steps. Copy and paste it below.

**Can the agent list upcoming events for any group?**
Yes. Use the `list_upcoming_events` tool providing the group's `urlname`. Your agent will retrieve the next 10 events, including their titles and scheduled times.

**Is it possible to search for new communities via the agent?**
Yes. The `search_groups` tool allows your agent to query the Meetup platform for groups matching a specific keyword, helping you discover new community opportunities.