home / mcp / triplyfy mcp server
Provides a remote MCP server to plan, edit, and save trips to Triplyfy via MCP.
Configuration
View docs{
"mcpServers": {
"helpful-ais-triplyfy-mcp": {
"url": "https://triplyfy.com/mcp/sse"
}
}
}You can connect Claude Desktop to Triplyfy as a remote MCP server to plan, edit, and save your trips. This MCP bridge lets you manage Triplyfy data directly from Claude, keeping your workflow streamlined and centralized.
Connect Claude Desktop to the Triplyfy MCP server by adding it as a new MCP server. Use the provided MCP endpoint to establish a secure connection. On first connect, Claude will guide you through Google sign‑in to authorize access. After sign‑in, Claude exchanges a short‑lived code for a session token that remains valid for roughly 30 days and is used to authorize your requests to Triplyfy.
Prerequisites you need before adding the MCP server to Claude Desktop: ensure you have Claude Desktop installed and access to the internet.
Open Claude Desktop
Go to Settings
Open Developer
Select MCP Servers
Add server
Name: Triplyfy
MCP SSE endpoint: https://triplyfy.com/mcp/sseOn first connect you will be prompted to sign in with Google and approve access. The session token is used only for authenticating Claude’s requests to Triplyfy. Claude will perform actions you request, such as creating, reading, or updating trips, and searching flights.
{
"mcpServers": {
"triplyfy": {
"name": "triplyfy",
"type": "http",
"url": "https://triplyfy.com/mcp/sse",
"args": []
}
}
}