mcpbeat Sign in

Viajante MCP Server

by felipebasurto Your server? Claim it
local only

Viajante runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 11 Sep 2026.

Flight and hotel search for the terminal, Python, and AI assistants.

Installs / week
pypi · viajante
1
Stars
0 open issues
11 Sep 2026
Last commit
no recent releases
MIT
License
Python

What the code does

We read the source, 9 h ago · rules 3dff92dd89df

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.

        payload = marshal.loads(cached.read_bytes())
    return subprocess.run(

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 viajante -- uvx viajante
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "viajante": {
      "args": [
        "viajante"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.viajante]
command = "uvx"
args = ["viajante"]
.cursor/mcp.json
{
  "mcpServers": {
    "viajante": {
      "args": [
        "viajante"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "viajante": {
      "args": [
        "viajante"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Viajante

same job, measured the same way
Pro Flight Search Airport Delays
by proflightsearch

Read-only airport delay, weather, and 24h forecast tools for AI assistants. Airport-level only.

4 tools answering
Interminal
by qiuwenzheng

Lightweight MCP server providing terminal access (SSH & local shells) for AI assistants.

90 installs/wk local only
World Airfares Flight Search
by worldairfares

Flight search MCP server providing search, pagination, and itinerary details for AI assistants.

3 tools answering
Codealive MCP
by codealive-ai

Semantic code search and analysis from CodeAlive for AI assistants and agents.

local only
Munition
by benjammartin

x402-paid Upload and Flight Search tools for AI agents.

49 installs/wk local only
Brains
by spacecowboyian

Personal wiki and memory for AI assistants: store, search, and recall structured notes.

2 828 installs/wk local only
Skiplagged MCP
by skiplagged

Skiplagged MCP Server for flight search, hotel booking, and travel planning

10 tools answering
Telys — on-device memory
by thyn-ai

Private on-device memory & retrieval for AI assistants — offline vector + lexical search.

131 installs/wk local only

Viajante — questions

Answers built from our own checks of this server.

Why is there no uptime for Viajante?
Viajante 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 pypi package viajante.
How do I connect Viajante?
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 viajante straight from pypi; nothing to host, nothing to sign up for.
Is Viajante open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.