
Product
Socket for ClickUp Is Now Available
Create ClickUp tasks from Socket alerts, automate ticketing with custom rules, and keep alert and task status synchronized.
plantrip-mcp-server
Advanced tools
MCP Server for Plantrip - Create AI-powered travel itineraries, packing lists, weather insights, and more via Claude Desktop or any MCP client
An MCP (Model Context Protocol) server that connects AI assistants like Claude to Plantrip's travel planning tools. Create itineraries, generate packing lists, get weather insights, estimate trip costs, and more.
Add to your Claude Desktop config:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"plantrip": {
"command": "npx",
"args": ["-y", "plantrip-mcp-server"],
"env": {
"PLANTRIP_API_KEY": "pt_agent_your_key_here"
}
}
}
}
Quit and reopen Claude Desktop to load the server.
Ask Claude things like:
| Tool | Description |
|---|---|
create_itinerary | Create a new travel itinerary |
get_itinerary_status | Poll generation status |
get_itinerary | Retrieve complete itinerary |
modify_itinerary | Modify with natural language |
list_user_trips | List saved trips |
save_itinerary | Save to user's trips |
delete_trip | Remove from saved trips |
generate_packing_list | AI packing list |
ask_travel_expert | Travel Q&A |
get_weather_insights | Weather/climate info |
estimate_trip_cost | Budget breakdown |
search_guides | Search travel guides |
get_tour_availability | Check tour dates |
submit_tour_inquiry | Tour booking inquiry |
Add to .mcp.json in your project:
{
"mcpServers": {
"plantrip": {
"command": "npx",
"args": ["-y", "plantrip-mcp-server"],
"env": {
"PLANTRIP_API_KEY": "pt_agent_your_key_here"
}
}
}
}
| Variable | Required | Description |
|---|---|---|
PLANTRIP_API_KEY | Yes | Your API key from plantrip.io/developers |
PLANTRIP_API_URL | No | API base URL (default: https://plantrip.io/api/agent) |
You can also use the Plantrip API directly:
curl -X POST https://plantrip.io/api/agent/execute \
-H "X-API-Key: pt_agent_your_key" \
-H "Content-Type: application/json" \
-d '{
"tool": "create_itinerary",
"arguments": {
"destination": "Tokyo, Japan",
"days": 5
}
}'
Full API docs at plantrip.io/developers.
MIT
FAQs
MCP Server for Plantrip - Create AI-powered travel itineraries, packing lists, weather insights, and more via Claude Desktop or any MCP client
We found that plantrip-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Create ClickUp tasks from Socket alerts, automate ticketing with custom rules, and keep alert and task status synchronized.

Product
Create and manage Asana tasks directly from Socket alerts, with manual task creation, automated ticketing rules, and two-way sync.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.