This MCP server creates an environment for an avatar to virtually travel on Google Maps, allowing users to give instructions and receive updates on the avatar's journey.
From the registry: Virtual traveler library for MCP

Please install the `map-traveler-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Google Maps API Key** — Required for Street View and Directions API access (https://developers.google.com/maps)
Optional prerequisites:
- Gemini API Key (for image generation) — Gemini image generation (nano-banana) for avatar synthesis (https://ai.google.dev)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@mfukushim/map-traveler-mcp"]
- required environment variables:
- `MT_GOOGLE_MAP_KEY`: Google Maps API key (example: `<your-google-maps-key>`)
- optional environment variables:
- `MT_GEMINI_IMAGE_KEY`: Gemini image generation API key (example: `<your-gemini-key>`)
- `MT_SQLITE_PATH`: Local SQLite DB path (example: `$HOME/traveler.sqlite`)
- `MT_TURSO_URL`: Turso SQLite API URL (alternative to local DB) (example: `<your-turso-url>`)
- `MT_TURSO_TOKEN`: Turso SQLite access token (example: `<your-turso-token>`)
- `MT_AVATAR_IMAGE_URI`: Character reference image URI for avatar generation (example: `file:///path/to/avatar.png`)
Note: Supports both stdio and Streamable HTTP. Many optional env vars for alternate image generators (PixAi, ComfyUI, Stability.ai, rembg).
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.MT_GOOGLE_MAP_KEYrequiredGoogle Map API key.MT_GEMINI_IMAGE_KEYrequiredGemini Image API key.MT_TURSO_TOKENrequiredTurso sqlite API access token.MT_BS_PASSrequiredBluesky SNS password.MCP server for searching Airweave collections with natural language queries.