Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Server Tripit

БесплатноНе проверен

Enables interaction with TripIt travel planning service, allowing users to manage trips, hotel reservations, flights, transport, activities, and documents via n

GitHubEmbed

Описание

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

Deploy on 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_USERNAME
  • TRIPIT_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

from github.com/dvcrn/mcp-server-tripit

Установка Server Tripit

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/dvcrn/mcp-server-tripit

FAQ

Server Tripit MCP бесплатный?

Да, Server Tripit MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Server Tripit?

Нет, Server Tripit работает без API-ключей и переменных окружения.

Server Tripit — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Server Tripit в Claude Desktop, Claude Code или Cursor?

Открой Server Tripit на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Server Tripit with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development