Back to Apps

Wanderlog MCP
Supports UIby shaikhspeare
Build and edit trip itineraries through conversation by connecting your AI agent to Wanderlog.
0 stars
Works in:CursorVS Code CopilotCodex
Exposes:Tools
What it does
Connects an AI agent to Wanderlog, allowing it to view, create, and modify detailed trip itineraries. Instead of manual UI interaction, you can describe a trip (e.g., "a 14-day Japan Golden Route") and the agent will automatically populate places, notes, hotels, and checklists.
Tools
wanderlog_list_trips: Lists all trips in your account.wanderlog_get_trip: Views a full itinerary or a specific day.wanderlog_create_trip: Creates a new trip with destination and date range.wanderlog_add_place: Adds a specific location to a trip day.wanderlog_add_note: Interleaves transit tips or booking info.wanderlog_add_checklist: Adds pre-trip or per-day checklists.wanderlog_search_places: Finds real-world places via Wanderlog's database.wanderlog_search_hotels: Searches hotel aggregators for the best deals.wanderlog_add_expense: Logs budget expenses linked to places.wanderlog_rename_day: Customizes day headings for better organization.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"wanderlog": {
"command": "npx",
"args": ["wanderlog-mcp"],
"env": {
"WANDERLOG_COOKIE": "your_connect_sid_cookie"
}
}
}
}
Supported hosts
Claude Desktop, Claude Code, Cursor, VS Code Copilot, OpenAI Codex
Quick install
npx wanderlog-mcpInformation
- Pricing
- free
- Published
- 7/27/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add to ~/.codex/config.toml with WANDERLOG_COOKIE env var.Cursor
Add to mcp.json with WANDERLOG_COOKIE env var.Claude Desktop
Add to claude_desktop_config.json with WANDERLOG_COOKIE env var.VS Code Copilot
Add to .vscode/mcp.json with WANDERLOG_COOKIE env var.





