mcp-server-tripit
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-server-tripitShow my upcoming trips"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-server-tripit
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-tripitRelated MCP server: mcp-travelcode
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-tripitWhat 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
This server cannot be deployed
Maintenance
Related MCP Connectors
- TravCozyOAuthcom.travcozy
Read and update TravCozy trips: flights, hotels, trains, car rentals and transfers.
Read and update your Everway trips and itineraries from any MCP-compatible AI assistant.
Plan trips and manage itineraries, stays, transport, activities, expenses, and documents in Tripsy.
- TravolpOAuthcom.travolp
Travel planner: create, edit, and explore trip itineraries from your Travolp AI assistant.
Related MCP Servers
- AlicenseAqualityBmaintenanceEnables AI agents to plan trips by searching flights, accommodations, and activities, and managing itineraries collaboratively with role-based permissions.205 npm1MIT

mcp-travelcodeofficial
AlicenseNot gradedqualityBmaintenanceEnables AI assistants to search flights and hotels, manage bookings, check flight status, and access delay statistics through the TravelCode corporate travel API, all via natural language conversations.13 npm2MIT- FlicenseNot gradedqualityBmaintenanceEnables tracking flights and grouping them into trips, with tools to create, list, and manage trips and flight bookings.-
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to plan trips in MyNextAdventure by creating trips, managing itineraries, adding flights, hotels, and activities, and sharing results through the MCP protocol.MIT