Back to MCP Servers

Triplyfy

An MCP server that lets LLMs plan and manage itineraries with interactive maps in Triplyfy; manage itineraries, places and notes, and search/save flights.

travel-transportationllm

Installation

npx -y triplyfy-mcp

Configuration

{
  "mcpServers": {
    "triplyfy-mcp": {
      "command": "npx",
      "args": ["-y", "triplyfy-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub