Skip to main content
Travel & TransportationTypeScript

helpful-AIs/triplyfy-mcp

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-transportationcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/helpful-AIs/triplyfy-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Travel & Transportation
Language
TypeScript
Author
helpful-AIs