This MCP server creates an environment for an avatar to virtually travel on Google Maps, allowing users to give instructions and track the avatar's journey with photos.
From the registry: Create immersive travel experiences by instructing an avatar to navigate Google Maps. Report on th…

Please install the `mfukushim-map-traveler-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js 22+** — Required to run npx (https://nodejs.org/)
Optional prerequisites:
- Google Maps API key — Enable Street View Static API, Places API (New), Time Zone API, Directions API (https://developers.google.com/maps/documentation/streetview/get-api-key)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@mfukushim/map-traveler-mcp"]
- optional environment variables:
- `MT_GOOGLE_MAP_KEY`: Google Maps API key (optional — runs in practice mode without it) (example: `<your-google-maps-key>`)
- `MT_GEMINI_IMAGE_KEY`: Gemini image generation API key (for nano-banana) (example: `<your-gemini-key>`)
- `MT_SQLITE_PATH`: Local sqlite save path (example: `$HOME/traveler.sqlite`)
- `MT_TURSO_URL`: Turso sqlite cloud DB URL (example: `libsql://your-db.turso.io`)
- `MT_TURSO_TOKEN`: Turso sqlite access token (example: `<your-turso-token>`)
- `MT_PIXAI_KEY`: pixAI image generation API key (example: `<your-pixai-key>`)
- `MT_SD_KEY`: Stability.ai image API key (example: `<your-sd-key>`)
- `MT_BS_ID`: Bluesky address
- `MT_BS_PASS`: Bluesky password (example: `<your-bluesky-password>`)
- `MT_BS_HANDLE`: Bluesky handle (example: `name.bsky.social`)
- `MT_NO_IMAGE`: Set true to disable image output (example: `true`)
- `MT_MOVE_MODE`: realtime or skip (example: `realtime`)
Note: Virtual travel bot using Google Maps Street View. Runs in practice mode without any keys. Also supports Streamable-HTTP mode via Smithery.
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.Make 3D games in Unity Engine with AI. MCP Server + Plugin for Unity Editor and Unity games.