drio
Open app

Travel Planner MCP Server (@gongrzhe/server-travelplanner-mcp)

Source

Mirror of

Catalog onlyCatalog onlySTDIO

Overview

The Travel Planner MCP Server is an implementation designed to facilitate interaction with Google Maps and travel planning services, enabling LLMs to perform various travel-related tasks such as location searches, place details lookups, and travel time calculations.

To use the Travel Planner MCP Server, you can either run it using npx with your Google Maps API key or install it globally and run it with the same key. Configuration is also available for integration with the Claude Desktop app.

  • Search for places using Google Places API. - Retrieve detailed information about specific places. - Calculate routes between two locations with various travel modes. - Get timezone information for specific locations.
  1. Finding nearby restaurants or attractions while traveling.
  2. Planning routes for road trips or commutes.
  3. Integrating travel planning capabilities into applications using LLMs.

Add to your AI client

Use these steps to connect Travel Planner MCP Server (@gongrzhe/server-travelplanner-mcp) in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "gongrzhe-travel-planner-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-gongrzhe-travel-planner-mcp-server-mcp-mirror"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "gongrzhe-travel-planner-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-gongrzhe-travel-planner-mcp-server-mcp-mirror"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "gongrzhe-travel-planner-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-gongrzhe-travel-planner-mcp-server-mcp-mirror"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "gongrzhe-travel-planner-mcp-server-mcp-mirror": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-gongrzhe-travel-planner-mcp-server-mcp-mirror"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "gongrzhe-travel-planner-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-gongrzhe-travel-planner-mcp-server-mcp-mirror"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "gongrzhe-travel-planner-mcp-server-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-gongrzhe-travel-planner-mcp-server-mcp-mirror"
      ]
    }
  }
}

FAQ

What APIs are required to use this server?

You need to enable the Places API, Directions API, Geocoding API, and Time Zone API in your Google Maps API key.

Is there a cost associated with using the Google Maps API?

Yes, usage of the Google Maps API may incur costs based on the number of requests made.

Can this server be used for real-time travel updates?

While it can provide travel time calculations, real-time updates depend on the Google Maps API's capabilities.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1211,"uuid":"a9480f4a-8ae7-419a-9178-0111e913751d","name":"GongRzhe_TRAVEL-PLANNER-MCP-Server","title":"Travel Planner MCP Server (@gongrzhe/server-travelplanner-mcp)","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"2025-01-28T02:38:28.166Z","updated_at":"2025-02-23T07:20:28.503Z","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"travel-planner,google-maps,llm-integration","category":"travel-and-transportation","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/GongRzhe_TRAVEL-PLANNER-MCP-Server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]