Meetup MCP
Click on "Deploy 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.
Related MCP server: MCP Kakao Local
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 deployed
Maintenance
Related MCP Connectors
Geospatial intelligence with Mapbox APIs like geocoding, POI search, directions, isochrones, etc.
Plan trips with friends: mood search, live briefs, top spots with photos, day-by-day itineraries.
- HeyYumiOAuthai.heyyumi
Ground your AI in verified Korean venue data: search & book across Seoul, Gyeonggi, Busan, Jeju.
Plan trips on a map: routed transport, day-by-day itineraries, and a plan you can share.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenancekakao navigation mcp server using kakao mobility & kakao map api11MIT
- AlicenseBqualityDmaintenanceConnects to Kakao Local API and Kakao Maps, enabling access to location-based services and map functionality in Korea.4MIT
- AlicenseAqualityAmaintenanceFair meeting point discovery using real travel-time isochrones, not naive midpoints. Finds venues equally accessible to all participants with fairness scoring.541 npmMIT
- AlicenseAqualityDmaintenanceProvides location-based place recommendations in South Korea using the Kakao Map API, optimized for Korean language queries. Supports recommending various places like restaurants, shops, public facilities, and tourist attractions based on user queries.116MIT