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
By helpful-AIs
33Updated 10 months ago

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

Triplyfy MCP — Claude Desktop Setup

What it is

A remote MCP server that lets Claude plan, edit, and save your trips to Triplyfy.

What is Triplyfy?

A simple trip‑planning app to create and share itineraries. View is public by link, editing requires Google sign‑in. Drag‑and‑drop places and notes across days, see everything on a map, and add flights.

Triplyfy

How to install (Claude Desktop)

Open Claude Desktop → Settings → Developer → MCP Servers → Add server

  • Name: Triplyfy
  • MCP SSE endpoint: https://triplyfy.com/mcp/sse

On first connect, you’ll be prompted to sign in with Google and approve access. No manual gateway run is required.

How it works

  • Claude opens Google sign‑in (OAuth) on first connect.
  • Claude exchanges a code for a Triplyfy session token (~30 days).
  • The token only authenticates your requests from Claude to Triplyfy.
  • The server performs only actions you ask (create/read/update trips, search flights).

Links & Contact

View source on GitHub