MCP Catalogs
Home

time vs wanderlog-mcp

Side-by-side comparison to help you pick between these two MCP servers.

time
by modelcontextprotocol
wanderlog-mcp
by shaikhspeare
Stars★ 85,748★ 27
30d uses
Score7746
Official
Categories
ProductivityDeveloper ToolsCommunication
ProductivitytravelAI / LLM Tools
LanguageTypeScriptTypeScript
Last committhis monththis month

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

wanderlog-mcp · Summary

MCP server for building and editing trip itineraries in Wanderlog through natural language conversation.

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

wanderlog-mcp · Use cases

  • Creating multi-day itineraries for destinations with all places, notes and accommodations
  • Adding day trips or modifying existing travel plans through conversation
  • Organizing travel logistics with checklists and expense tracking

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}

wanderlog-mcp · Install

Installation

  1. **Get your Wanderlog session cookie**

- Log in to [wanderlog.com](https://wanderlog.com) - Open DevTools (F12) - Go to Application/Storage tab → Cookies → find connect.sid and copy its value

  1. **Configure your MCP client**

**Claude Desktop**: Edit claude_desktop_config.json:

{
  "mcpServers": {
    "wanderlog": {
      "command": "npx",
      "args": ["wanderlog-mcp"],
      "env": {
        "WANDERLOG_COOKIE": "s%3A...your value here..."
      }
    }
  }
}

**Other clients**: See README for instructions on configuring Claude Code, Cursor, VS Code, OpenAI Codex, and Smithery.

Comparison generated from public README + GitHub signals. Last updated automatically.