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
Installation
npx -y triplyfy-mcpConfiguration
{
"mcpServers": {
"triplyfy-mcp": {
"command": "npx",
"args": ["-y", "triplyfy-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes