The Travel Planner MCP Server facilitates interaction with Google Maps and travel services. It enables LLMs to perform tasks like location searches and travel time calculations.
The Travel Planner MCP Server facilitates interaction with Google Maps and travel services. It enables LLMs to perform tasks like location searches and travel time calculations.
npx @gongrzhe/server-travelplanner-mcp --api-key YOUR_GOOGLE_MAPS_API_KEYAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"travel-planner-mcp-server-gongrzhe-server-travelplanner-mcp": {
"command": "npx",
"args": [
"-y",
"npx @gongrzhe/server-travelplanner-mcp --api-key YOUR_GOOGLE_MAPS_API_KEY"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from Travel Planner MCP Server (@gongrzhe/server-travelplanner-mcp)?"
No configuration required. This server works out of the box.
"What resources are available in Travel Planner MCP Server (@gongrzhe/server-travelplanner-mcp)?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in Travel Planner MCP Server (@gongrzhe/server-travelplanner-mcp)"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in Travel Planner MCP Server (@gongrzhe/server-travelplanner-mcp) with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.