← Back to Plugins
MCP Server MCP

io.plantrip/plantrip

github By github 👁 3 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "plantrip-mcp-server",
      "version": "1.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Free API key from https://plantrip.io/developers",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PLANTRIP_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...