Meetup MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Meetup MCPplan a meetup for two: one in Gangnam, one in Hongdae"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Meetup MCP
Purpose
MCP server for meetup planning using Kakao Local + Kakao Mobility directions.
Supports driving-time-balanced meetup area suggestions and nearby place recommendations.
Key Behaviors
Uses Kakao REST API key for both Local and Mobility APIs.
Loads
.envexplicitly from the project directory viapython-dotenv.Default transport is
stdio; can switch to HTTP withMCP_TRANSPORT=streamable-http.
Tools
geocode: free-text -> place candidates (lat/lng) via Kakao Local keyword search.search_places: search places around an area center (keyword search), supportshotplaceflag.plan_meetup_driving: main planner; resolves origins, ranks areas by driving time, then recommends places.
Natural Language Handling (in plan_meetup_driving)
Single-origin text like "인천에서 강남 사이" is split into two origins.
Vague origins like "내 집/근처/현재 위치" cause
NEED_LOCATIONresponse asking for a real place.preferences_textauto-parses cuisine preferences (e.g., 고기/일식/카페/술집) and hotplace intent.hotplaceadds "핫플" to the search keyword.
Preferred Areas
prefer_areaslist: add candidate stations near preferred areas.Bonus scoring applied based on distance to preferred areas:
<= 3 km: +12
<= 8 km: +6
Response includes
prefer_distance_kmandprefer_bonusper area.
Cloud Run Compatibility
FastMCP binds to
0.0.0.0andPORT(default 8080).Dockerfile sets
MCP_TRANSPORT=streamable-httpand exposes8080.MCP HTTP endpoint for Cloud Run is
/mcp.
Files Changed
meetup-mcp/server.pymeetup-mcp/dockerfilemeetup-mcp/requirements.txtmeetup-mcp/.env.examplemeetup-mcp/.env
Claude Desktop (Windows) MCP Config
%APPDATA%\Claude\claude_desktop_config.jsonExample: { "mcpServers": { "meetup-mcp": { "command": "C:\Python313\python.exe", "args": [ "C:\Users\CNXK\Desktop\projectfiles\개인\meetup-mcp\server.py" ] } } }
Notes
Cloud Run is HTTP-only; stdio works for Claude Desktop.
PlayMCP likely expects HTTP access (not stdio).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/LWooJAE/Meetup-Public'
If you have feedback or need assistance with the MCP directory API, please join our Discord server