Home › Other › map-traveler-mcp
map-traveler-mcp
Virtual traveler library for MCP
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_KEYsecret — [Map] Google Map API keyMT_GEMINI_IMAGE_KEYsecret — [Image.gemini] Gemini Image Api keyMT_MAX_RETRY_GEMINI— [Image.gemini] Number of retries when generating Gemini images Default: 0MT_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://yyyyMT_TIME_SCALE— [Map] Optional:Scale of travel time on real roads duration. default 4MT_SQLITE_PATH— [db.local] db save path: e.g. %USERPROFILE%/Desktop/traveler.sqlite ,$HOME/traveler.sqliteMT_TURSO_URL— [db.api] Turso sqlite API URLMT_TURSO_TOKENsecret — [db.api] Turso sqlite API access tokenMT_REMBG_PATH— [rembg.local] absolute path of the installed rembg cliMT_REMBG_URL— [rembg.api] withoutbg.com rembg API URLMT_REMBG_WO_KEYsecret — [rembg.api] withoutbg.com rembg API keyMT_PIXAI_KEYsecret — [Image.pixAi] pixAi API keyMT_SD_KEYsecret — [Image.sd] Stability.ai image generation API keyMT_PIXAI_MODEL_ID— [Image.pixAi] Optional: pixAi ModelId, if not set use default model 1648918127446573124MT_COMFY_URL— [Image.local.ComfyUi] Option: Generate image using ComfyUI API at specified URL. Example: http://192.168.1.100:8188MT_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.jsonMT_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.jsonMT_COMFY_PARAMS— [Image.local.ComfyUi] Optional: Variable values to send to the workflow via comfyUI APIMT_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.042MT_BODY_HW_RATIO— [Image] Optional: Acceptable avatar image aspect ratios. default 1.5~2.3MT_BODY_WINDOW_RATIO_W— [Image] Optional: Avatar composite window horizontal ratio. default 0.5MT_BODY_WINDOW_RATIO_H— [Image] Optional: Avatar composite window aspect ratio. default 0.75MT_BS_ID— [Sns.Bs] Bluesky sns registration addressMT_BS_PASSsecret — [Sns.Bs] bluesky sns passwordMT_BS_HANDLE— [Sns.Bs] bluesky sns handle name: e.g. xxxxxxxx.bsky.socialMT_FILTER_TOOLS— [etc] Optional: Directly filter the tools to be used. All are available if not specified. e.g. tips,set_traveler_locationMT_MOVE_MODE— [etc] Option: Specify whether the movement mode is 'realtime' or 'skip'. default realtimeMT_IMAGE_WIDTH— [Image] Option: Output image width (pixels) Default is 512MT_NO_IMAGE— [Image] Options: 'true' = do not output image, not specified = output image if possible, default is not specifiedMT_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_travelerMT_MAX_SESSIONS— [Streamable-http] Maximum number of sessions when using Streamable-httpMT_SESSION_TTL_MS— [Streamable-http] Session TTL when using Streamable-httpMT_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
browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
servers
MCP server that exercises all the features of the MCP protocol
World Monitor
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
paperclip
Trending hip-hop artist momentum scores across four cultural dimensions.
ruflo
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Chrome DevTools MCP
MCP server for Chrome DevTools
Data from the Official MCP Registry