Sponsored by Deepsite.site

Plantrip Mcp Server

Created By
7 days ago
Connect Claude to Plantrip's AI-powered travel planning tools. Create detailed itineraries, generate packing lists, get weather insights, estimate trip costs, ask travel questions, and search destination guides. Get your API key at plantrip.io/developers
Overview
⚠️

plantrip-mcp-server
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Plantrip MCP Server

npm version License: MIT

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.

Features

  • Create Itineraries - Generate detailed day-by-day travel plans with activities, costs, and locations
  • Packing Lists - AI-powered packing lists based on destination, weather, and activities
  • Weather Insights - Detailed climate information and weather patterns
  • Cost Estimates - Budget breakdowns for accommodations, food, transport, and activities
  • Travel Expert - Ask any travel question and get expert answers
  • Travel Guides - Search Plantrip's library of destination guides
  • Tour Availability - Check tour dates and submit booking inquiries

Quick Start

1. Get an API Key

  1. Go to plantrip.io/developers
  2. Sign in with a Plus or Pro account
  3. Create a new API key

2. Configure Claude Desktop

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"
      }
    }
  }
}

3. Restart Claude Desktop

Quit and reopen Claude Desktop to load the server.

Usage

Ask Claude things like:

  • "Create a 5-day itinerary for Tokyo focused on food and culture"
  • "What should I pack for a hiking trip to Patagonia in March?"
  • "What's the weather like in Bali in August?"
  • "How much would a week in Iceland cost for 2 people?"
  • "What are the visa requirements for US citizens visiting Vietnam?"

Available Tools

ToolDescription
create_itineraryCreate a new travel itinerary
get_itinerary_statusPoll generation status
get_itineraryRetrieve complete itinerary
modify_itineraryModify with natural language
list_user_tripsList saved trips
save_itinerarySave to user's trips
delete_tripRemove from saved trips
generate_packing_listAI packing list
ask_travel_expertTravel Q&A
get_weather_insightsWeather/climate info
estimate_trip_costBudget breakdown
search_guidesSearch travel guides
get_tour_availabilityCheck tour dates
submit_tour_inquiryTour booking inquiry

Claude Code Setup

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"
      }
    }
  }
}

Environment Variables

VariableRequiredDescription
PLANTRIP_API_KEYYesYour API key from plantrip.io/developers
PLANTRIP_API_URLNoAPI base URL (default: https://plantrip.io/api/agent)

REST API

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.

Rate Limits

  • 60 requests/minute
  • 10,000 requests/day

License

MIT

Server Config

{
  "mcpServers": {
    "plantrip": {
      "command": "npx",
      "args": [
        "-y",
        "plantrip-mcp-server"
      ],
      "env": {
        "PLANTRIP_API_KEY": "your_api_key_here"
      }
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Serper MCP ServerA Serper MCP Server
CursorThe AI Code Editor
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Playwright McpPlaywright MCP server
DeepChatYour AI Partner on Desktop
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
WindsurfThe new purpose-built IDE to harness magic
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
ChatWiseThe second fastest AI chatbot™
Amap Maps高德地图官方 MCP Server
Tavily Mcp