Map Traveler MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 144 installs a week from npm. Last commit 3 Aug 2026.
Virtual traveler library for MCP
We read the source, 19 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
fs.readFile(path.join(__pwd, practiceInfo.placesPath), (err, data) => {
execSync(`${rembgPath} i ${tempIn} ${tempOut}`)
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add map-traveler-mcp -- npx -y @mfukushim/map-traveler-mcp
{
"mcpServers": {
"map-traveler-mcp": {
"args": [
"-y",
"@mfukushim/map-traveler-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.map-traveler-mcp]
command = "npx"
args = ["-y", "@mfukushim/map-traveler-mcp"]
{
"mcpServers": {
"map-traveler-mcp": {
"args": [
"-y",
"@mfukushim/map-traveler-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"map-traveler-mcp": {
"args": [
"-y",
"@mfukushim/map-traveler-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
MT_GOOGLE_MAP_KEY ([Map] Google Map API key), MT_GEMINI_IMAGE_KEY ([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 ([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 ([rembg.api] withoutbg.com rembg API key), MT_PIXAI_KEY ([Image.pixAi] pixAi API key), MT_SD_KEY ([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 ([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).
The author declared them in the registry entry; get the values from the project itself.
Local-first MCP server: version-correct library docs, code map, and offline drift for your repo.
MCP weather server for Windows tutorial
REST API + MCP gateway for AI commerce: search, catalog enrichment, feeds/GEO, and virtual try-on.
National Parliamentary Library of Georgia MCP — the union catalogue and the
TravelMind: 8 MCP tools for travel (12306 trains, flights, hotels, geocode, planning, policy).
An MCP server for weather information.
An MCP server for weather information.
An MCP server for weather information.
Answers built from our own checks of this server.