MCP Server
MCP
io.plantrip/plantrip
Travel planning: day-by-day itineraries, packing lists, weather insights, and trip cost estimates
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
By
Comments
Sign in to leave a comment