Skip to content
Grok

wander agent for Grok

io.github.virajmishra1/wander-agent

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

client:Grok transport:stdio runtime:pypi

Install wander agent in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "wander-agent": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "wander-agent"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

wander agent in other clients