# helpful-AIs/triplyfy-mcp [Health: Active]

**Category:** 🚆 Travel & Transportation  
**Repository:** https://github.com/helpful-AIs/triplyfy-mcp  
**GitHub Stars:** 4  
**Views:** 2  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/helpful-ais-triplyfy-mcp

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

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "triplyfy-mcp": {
    "url": "https://triplyfy.com/mcp/sse"
  }
}
```

## Documentation & README

## 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](https://raw.githubusercontent.com/helpful-AIs/triplyfy-mcp/HEAD/triplyfy-example-image.png)

### 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
- Website: https://triplyfy.com/
- Email: kirill2003de@gmail.com


