Server Tripit
FreeNot checkedEnables interaction with TripIt travel planning service, allowing users to manage trips, hotel reservations, flights, transport, activities, and documents via n
About
Enables interaction with TripIt travel planning service, allowing users to manage trips, hotel reservations, flights, transport, activities, and documents via natural language.
README
mcp-server-tripit exposes the TripIt API as an MCP server.
It is built on top of the tripit-cli project and uses the published tripit package to access the full TripIt API.
Deploy this server directly to MCP Nest
Install
Run it directly with:
npx -y mcp-server-tripit
Usage with Claude
Add it to your MCP configuration:
{
"mcpServers": {
"tripit": {
"command": "npx",
"args": ["-y", "mcp-server-tripit"],
"env": {
"TRIPIT_USERNAME": "your-tripit-username",
"TRIPIT_PASSWORD": "your-tripit-password"
}
}
}
}
If you want to supply the optional client id too:
{
"mcpServers": {
"tripit": {
"command": "npx",
"args": ["-y", "mcp-server-tripit"],
"env": {
"TRIPIT_USERNAME": "your-tripit-username",
"TRIPIT_PASSWORD": "your-tripit-password",
"TRIPIT_CLIENT_ID": "your-tripit-client-id"
}
}
}
}
Configuration
The server reads TripIt credentials from environment variables:
Required:
TRIPIT_USERNAMETRIPIT_PASSWORD
Optional:
TRIPIT_CLIENT_ID
If TRIPIT_CLIENT_ID is set, it is passed through to the tripit client. If it is omitted, the server does not pass it.
If you use fnox, you can also run it like this:
fnox x -- npx -y mcp-server-tripit
What it can do
Built on top of dvcrn/tripit-cli, this MCP server exposes the TripIt API for common travel workflows, including:
- listing and fetching trips
- creating, updating, and deleting trips
- managing hotel reservations
- managing flights
- managing transport segments
- managing activities
- attaching and removing documents from supported TripIt objects
Install Server Tripit in Claude Desktop, Claude Code & Cursor
unyly install mcp-server-tripitInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add mcp-server-tripit -- npx -y mcp-server-tripitFAQ
Is Server Tripit MCP free?
Yes, Server Tripit MCP is free — one-click install via Unyly at no cost.
Does Server Tripit need an API key?
No, Server Tripit runs without API keys or environment variables.
Is Server Tripit hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Server Tripit in Claude Desktop, Claude Code or Cursor?
Open Server Tripit on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Server Tripit with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
