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.
Quick Start
Clone the repository:
git clone https://github.com/helpful-AIs/triplyfy-mcpClaude Desktop configuration example:
{
"mcpServers": {
"triplyfy-mcp": {
"command": "npx",
"args": [
"-y",
"helpful-AIs/triplyfy-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.