Home › Other › map-traveler-mcp

map-traveler-mcp

Virtual traveler library for MCP

TypeScript
★ 24 stars Last pushed 2026-08-03 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.4)

npx -y @mfukushim/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "map-traveler-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mfukushim/[email protected]"
      ],
      "env": {
        "MT_GOOGLE_MAP_KEY": "<YOUR_VALUE>",
        "MT_GEMINI_IMAGE_KEY": "<YOUR_VALUE>",
        "MT_MAX_RETRY_GEMINI": "<YOUR_VALUE>",
        "MT_AVATAR_IMAGE_URI": "<YOUR_VALUE>",
        "MT_MAP_API_URL": "<YOUR_VALUE>",
        "MT_TIME_SCALE": "<YOUR_VALUE>",
        "MT_SQLITE_PATH": "<YOUR_VALUE>",
        "MT_TURSO_URL": "<YOUR_VALUE>",
        "MT_TURSO_TOKEN": "<YOUR_VALUE>",
        "MT_REMBG_PATH": "<YOUR_VALUE>",
        "MT_REMBG_URL": "<YOUR_VALUE>",
        "MT_REMBG_WO_KEY": "<YOUR_VALUE>",
        "MT_PIXAI_KEY": "<YOUR_VALUE>",
        "MT_SD_KEY": "<YOUR_VALUE>",
        "MT_PIXAI_MODEL_ID": "<YOUR_VALUE>",
        "MT_COMFY_URL": "<YOUR_VALUE>",
        "MT_COMFY_WORKFLOW_T2I": "<YOUR_VALUE>",
        "MT_COMFY_WORKFLOW_I2I": "<YOUR_VALUE>",
        "MT_COMFY_PARAMS": "<YOUR_VALUE>",
        "MT_FIXED_MODEL_PROMPT": "<YOUR_VALUE>",
        "MT_BODY_AREA_RATIO": "<YOUR_VALUE>",
        "MT_BODY_HW_RATIO": "<YOUR_VALUE>",
        "MT_BODY_WINDOW_RATIO_W": "<YOUR_VALUE>",
        "MT_BODY_WINDOW_RATIO_H": "<YOUR_VALUE>",
        "MT_BS_ID": "<YOUR_VALUE>",
        "MT_BS_PASS": "<YOUR_VALUE>",
        "MT_BS_HANDLE": "<YOUR_VALUE>",
        "MT_FILTER_TOOLS": "<YOUR_VALUE>",
        "MT_MOVE_MODE": "<YOUR_VALUE>",
        "MT_IMAGE_WIDTH": "<YOUR_VALUE>",
        "MT_NO_IMAGE": "<YOUR_VALUE>",
        "MT_NO_AVATAR": "<YOUR_VALUE>",
        "MT_FEED_TAG": "<YOUR_VALUE>",
        "MT_MAX_SESSIONS": "<YOUR_VALUE>",
        "MT_SESSION_TTL_MS": "<YOUR_VALUE>",
        "MT_SERVICE_TTL_MS": "<YOUR_VALUE>"
      }
    }
  }
}
  • MT_GOOGLE_MAP_KEY secret — [Map] Google Map API key
  • MT_GEMINI_IMAGE_KEY secret — [Image.gemini] Gemini Image Api key
  • MT_MAX_RETRY_GEMINI — [Image.gemini] Number of retries when generating Gemini images Default: 0
  • MT_AVATAR_IMAGE_URI — [Image.gemini] Character reference image uri (file:// or https://) when generating Gemini image. Multiple settings can be made by separating them with the '|'. When multiple settings are made, they will be selected randomly.
  • MT_MAP_API_URL — [Map.etc] Optional: Map API custom endpoint. Example: direction=https://xxxx,places=https://yyyy
  • MT_TIME_SCALE — [Map] Optional:Scale of travel time on real roads duration. default 4
  • MT_SQLITE_PATH — [db.local] db save path: e.g. %USERPROFILE%/Desktop/traveler.sqlite ,$HOME/traveler.sqlite
  • MT_TURSO_URL — [db.api] Turso sqlite API URL
  • MT_TURSO_TOKEN secret — [db.api] Turso sqlite API access token
  • MT_REMBG_PATH — [rembg.local] absolute path of the installed rembg cli
  • MT_REMBG_URL — [rembg.api] withoutbg.com rembg API URL
  • MT_REMBG_WO_KEY secret — [rembg.api] withoutbg.com rembg API key
  • MT_PIXAI_KEY secret — [Image.pixAi] pixAi API key
  • MT_SD_KEY secret — [Image.sd] Stability.ai image generation API key
  • MT_PIXAI_MODEL_ID — [Image.pixAi] Optional: pixAi ModelId, if not set use default model 1648918127446573124
  • MT_COMFY_URL — [Image.local.ComfyUi] Option: Generate image using ComfyUI API at specified URL. Example: http://192.168.1.100:8188
  • MT_COMFY_WORKFLOW_T2I — [Image.local.ComfyUi] Optional: Path to API workflow file when using text to image with ComfyUI. If not specified: assets/comfy/t2i_sample.json
  • MT_COMFY_WORKFLOW_I2I — [Image.local.ComfyUi] Optional: Path of API workflow file when image to image in ComfyUI. If not specified: assets/comfy/i2i_sample.json
  • MT_COMFY_PARAMS — [Image.local.ComfyUi] Optional: Variable values to send to the workflow via comfyUI API
  • MT_FIXED_MODEL_PROMPT — [Image] Optional: Fixed avatar generation prompt. You will no longer be able to change your avatar during conversations.
  • MT_BODY_AREA_RATIO — [Image] Optional: Acceptable avatar image area ratio. default 0.042
  • MT_BODY_HW_RATIO — [Image] Optional: Acceptable avatar image aspect ratios. default 1.5~2.3
  • MT_BODY_WINDOW_RATIO_W — [Image] Optional: Avatar composite window horizontal ratio. default 0.5
  • MT_BODY_WINDOW_RATIO_H — [Image] Optional: Avatar composite window aspect ratio. default 0.75
  • MT_BS_ID — [Sns.Bs] Bluesky sns registration address
  • MT_BS_PASS secret — [Sns.Bs] bluesky sns password
  • MT_BS_HANDLE — [Sns.Bs] bluesky sns handle name: e.g. xxxxxxxx.bsky.social
  • MT_FILTER_TOOLS — [etc] Optional: Directly filter the tools to be used. All are available if not specified. e.g. tips,set_traveler_location
  • MT_MOVE_MODE — [etc] Option: Specify whether the movement mode is 'realtime' or 'skip'. default realtime
  • MT_IMAGE_WIDTH — [Image] Option: Output image width (pixels) Default is 512
  • MT_NO_IMAGE — [Image] Options: 'true' = do not output image, not specified = output image if possible, default is not specified
  • MT_NO_AVATAR — [Image] Option: 'true' = Output StreetView image as is without avatar superimposition. Not specified = Superimpose avatar image. Default is not specified.
  • MT_FEED_TAG — [Sns] Optional: Specify the feed tag when posting to SNS (#required, 15 characters or more) Default is #geo_less_traveler
  • MT_MAX_SESSIONS — [Streamable-http] Maximum number of sessions when using Streamable-http
  • MT_SESSION_TTL_MS — [Streamable-http] Session TTL when using Streamable-http
  • MT_SERVICE_TTL_MS — [Streamable-http] Service TTL when using Streamable-http

This repository has 2 servers listed in the Official MCP Registry.

Other names: ai.smithery/mfukushim-map-traveler-mcp

Related servers

Data from the Official MCP Registry