Skip to main content
Glama

MCP Meetup-Claude Integration Server

by d4nshields
.env.example841 B
# MCP Meetup-Claude Server Configuration # Copy this file to .env and fill in your actual values # Required: Meetup.com OAuth Configuration # Get these from: https://secure.meetup.com/meetup_api/oauth_consumers/ MEETUP_CLIENT_ID=your_meetup_client_id_here MEETUP_CLIENT_SECRET=your_meetup_client_secret_here # Required: Anthropic API Configuration # Get this from: https://console.anthropic.com/ ANTHROPIC_API_KEY=your_anthropic_api_key_here # Optional: Meetup Access Token (if you already have one) MEETUP_ACCESS_TOKEN=your_meetup_access_token_here # OAuth Redirect URI - Use one of these formats: # For development: http://localhost:8080/ # For production: https://yourdomain.com/auth/meetup/callback MEETUP_REDIRECT_URI=http://localhost:8080/ # Optional: Server Configuration LOG_LEVEL=INFO MAX_EVENTS_PER_QUERY=20 DEFAULT_RADIUS=25

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/d4nshields/mcp-meetup'

If you have feedback or need assistance with the MCP directory API, please join our Discord server