← All servers

Viajante

io.github.felipebasurto/viajante v1.0.0
Official Registry search git

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

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect locally via stdio

Run in your terminal
claude mcp add viajante -- uvx viajante
Add to claude_desktop_config.json
{
  "mcpServers": {
    "viajante": {
      "command": "uvx",
      "args": [
        "viajante"
      ]
    }
  }
}
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "viajante": {
      "command": "uvx",
      "args": [
        "viajante"
      ]
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "viajante": {
      "command": "uvx",
      "args": [
        "viajante"
      ]
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "viajante": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "viajante"
      ]
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "viajante": {
      "command": "uvx",
      "args": [
        "viajante"
      ]
    }
  }
}

Packages

pypi viajante@1.0.0

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/io.github.felipebasurto--viajante/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent