HomeOther › plantrip-mcp-server

plantrip-mcp-server

Travel planning: day-by-day itineraries, packing lists, weather insights, and trip cost estimates

TypeScript Local
★ 0 stars Last pushed 2026-09-02 License: MIT

Topics: Travel & Transportation

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.2)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "plantrip-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "PLANTRIP_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • PLANTRIP_API_KEY required secret — Free API key from https://plantrip.io/developers

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry