server_config content_copy 复制
{
"rating": 2.5,
"dev_lang": "typescript",
"mcp_install": "{\n \"mcpServers\": {\n \"traveler\": {\n \"command\": \"npx\",\n \"args\": [\"-y\", \"@mfukushim/map-traveler-mcp\"],\n \"env\":{\n \"MT_GOOGLE_MAP_KEY\":\"(Google Map API key)\",\n \"MT_MAP_API_URL\": \"(Optional: Map API custom endpoint. Example: direction=https://xxxx,places=https://yyyy )\",\n \"MT_TIME_SCALE\": \"(Optional:Scale of travel time on real roads duration. default 4)\",\n \"MT_SQLITE_PATH\":\"(db save path: e.g. %USERPROFILE%/Desktop/traveler.sqlite ,$HOME/traveler.sqlite )\",\n \"MT_REMBG_PATH\": \"(absolute path of the installed rembg cli)\",\n \"MT_REMBG_URL\": \"(rembg API URL)\",\n \"MT_PIXAI_KEY\":\"(pixAi API key)\",\n \"MT_SD_KEY\":\"(or Stability.ai image generation API key\",\n \"MT_PIXAI_MODEL_ID\": \"(Optional: pixAi ModelId, if not set use default model 1648918127446573124 \",\n \"MT_COMFY_URL\": \"(Option: Generate image using ComfyUI API at specified URL. Example: http://192.168.1.100:8188)\",\n \"MT_COMFY_WORKFLOW_T2I\": \"(Optional: Path to API workflow file when using text to image with ComfyUI. If not specified: assets/comfy/t2i_sample.json)\",\n \"MT_COMFY_WORKFLOW_I2I\": \"(Optional: Path of API workflow file when image to image in ComfyUI. If not specified: assets/comfy/i2i_sample.json)\",\n \"MT_COMFY_PARAMS\": \"(Optional: Variable values to send to the workflow via comfyUI API)\",\n \"MT_FIXED_MODEL_PROMPT\": \"(Optional: Fixed avatar generation prompt. You will no longer be able to change your avatar during conversations.)\",\n \"MT_BODY_AREA_RATIO\": \"(Optional: Acceptable avatar image area ratio. default 0.042)\",\n \"MT_BODY_HW_RATIO\": \"(Optional: Acceptable avatar image aspect ratios. default 1.5~2.3)\",\n \"MT_BODY_WINDOW_RATIO_W\": \"(Optional: Avatar composite window horizontal ratio. default 0.5)\",\n \"MT_BODY_WINDOW_RATIO_H\": \"(Optional: Avatar composite window aspect ratio. default 0.75)\",\n \"MT_BS_ID\":\"(Bluesky sns registration address)\",\n \"MT_BS_PASS\":\"(bluesky sns password)\",\n \"MT_BS_HANDLE\":\"(bluesky sns handle name: e.g. xxxxxxxx.bsky.social )\",\n \"MT_FILTER_TOOLS\": \"(Optional: Directly filter the tools to be used. All are available if not specified. e.g. tips,set_traveler_location)\",\n \"MT_MOVE_MODE\": \"(Option: Specify whether the movement mode is realtime or skip. default realtime)\",\n \"MT_IMAGE_WIDTH\": \"(Option: Output image width (pixels) Default is 512)\",\n \"MT_NO_IMAGE\": \"(Options: true = do not output image, not specified = output image if possible, default is not specified)\",\n \"MT_FEED_TAG\": \"(Optional: Specify the feed tag when posting to SNS (#required, 15 characters or more) Default is #geo_less_traveler)\"\n }\n }\n }\n}\n\n{\n \"mcpServers\": {\n \"traveler\": {\n \"command\": \"npx\",\n \"args\": [\"-y\", \"@mfukushim/map-traveler-mcp\"]\n }\n }\n}"
}