plantrip for Cursor
io.plantrip/plantrip
Travel planning: day-by-day itineraries, packing lists, weather insights, and trip cost estimates
client:Cursor
transport:stdio
runtime:npm
Install plantrip in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"plantrip": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"plantrip-mcp-server"
],
"env": {
"PLANTRIP_API_KEY": "<PLANTRIP_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs