mcpbeat Sign in

Travel Assistant MCP Server

local only

Travel Assistant MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 397 installs a week from npm.

No-key travel MCP for Claude Desktop, Codex-style agents, Hermes, and other clients.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 253 · avg 19 · +673% w/w
a month agotoday
397
Installs / week
npm · @forgemeshlabs/travel-assistant-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository forgemeshlabs/travel-assistant-mcp
пакет @forgemeshlabs/travel-assistant-mcp ссылается на forgemeshlabs/travel-mcp

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add travel-assistant-mcp -- npx -y @forgemeshlabs/travel-assistant-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "travel-assistant-mcp": {
      "args": [
        "-y",
        "@forgemeshlabs/travel-assistant-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.travel-assistant-mcp]
command = "npx"
args = ["-y", "@forgemeshlabs/travel-assistant-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "travel-assistant-mcp": {
      "args": [
        "-y",
        "@forgemeshlabs/travel-assistant-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "travel-assistant-mcp": {
      "args": [
        "-y",
        "@forgemeshlabs/travel-assistant-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Travel Assistant MCP

same job, measured the same way
Zendesk MCP
by michaelrice

Zendesk MCP server for Claude Code and other MCP clients

222 installs/wk local only
Foxhound
by caleb-love

MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients

27 installs/wk local only
Karea MCP
by starecz

Karea task manager - 49 tools for Claude Code, Cursor, and other MCP clients.

42 installs/wk local only
Monitor
by betterdb-inc

BetterDB MCP server - Valkey observability for Claude Code and other MCP clients

261 installs/wk local only
Pathrule
by pathrule

Path-scoped team memories, rules and skills for Claude Code, Cursor, Codex and other MCP clients.

32 tools answering
Aiko
by masa-san-jp

A portable persona for MCP clients — the same agent in Claude Code, Codex, Cursor and VS Code

27 installs/wk local only
Briefroom
by briefroom

briefroom stdio MCP server — expose the briefroom CLI to Claude Code, Codex, and other agents.

30 installs/wk local only
Tradesearcher
by tradesearcher

Search TradeSearcher strategies and backtests from Claude Code, Cursor, Codex, and other agents.

39 installs/wk local only

Travel Assistant MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Travel Assistant MCP?
Travel Assistant MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @forgemeshlabs/travel-assistant-mcp was installed 397 times last week.
Is Travel Assistant MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Travel Assistant MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @forgemeshlabs/travel-assistant-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Travel Assistant MCP?
The npm package @forgemeshlabs/travel-assistant-mcp was installed 397 times in the last week. Week over week that is +673%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.