mcpbeat Sign in

Wander Agent MCP Server

local only

Wander Agent runs on your own machine — the client starts it, so there is no endpoint to ping. 83 installs a week from pypi. Last commit 23 Jul 2026.

60-tool AI travel agent: flights, hotels, visas, weather, fare watching, trip memory. No keys.

Installs per day peak 47 · avg 15 · -28% w/w
a month agotoday
83
Installs / week
pypi · wander-agent
7
Stars
0 open issues
23 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Wander Agent every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to Wander Agent

same job, measured the same way
1trippulse
by gkcogz

1trip PULSE: 21-tool AI travel planner. Flights, hotels, visa, safety, weather, 120+ cities.

59 installs/wk local only
Nowah Travel
by nowah-xyz

Your personal AI travel concierge — flights, hotels, 116M+ POIs, visas, weather & more

answering
TravelMind MCP
by trvaelmind

TravelMind: 8 MCP tools for travel (12306 trains, flights, hotels, geocode, planning, policy).

answering
Weather & Geo Intel MCP
by datakoot

US weather & geo for AI agents: forecasts, alerts, earthquakes, elevation, geocoding. No keys.

6 tools answering
Navi X402 MCP
by mobileappbyharis

Paid agent tools, zero API keys: crypto, weather, translation, web intel, x402 discovery (USDC/Base)

26 installs/wk local only
I
Weather Data MCP Server
by dgahagan

17 weather tools, no API keys: forecasts, alerts, air quality, marine, radar, lightning, wildfires

2 377 installs/wk local only
Variflight MCP
by variflight

VariFlight's official MCP server provides tools to query flight, weather, comfort, and fare data.

2 490 installs/wk local only
C
Geo
by thinair

Geocoding, routing, isochrones, traffic, weather, and place search for AI agents. 19 MCP tools.

answering

Wander Agent — questions

Answers built from our own checks of this server.

Why is there no uptime for Wander Agent?
Wander Agent 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 wander-agent was installed 83 times last week.
How do I connect Wander Agent?
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 wander-agent straight from pypi; nothing to host, nothing to sign up for.
How many people use Wander Agent?
The pypi package wander-agent was installed 83 times in the last week. Week over week that is -28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Wander Agent open source?
Yes — it is published under the MIT licence, written in Python and 7 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.