VL

Virtual location (Google Street View,etc.)

Created 6 months ago

Virtual Traveling bot environment for MCP.

development location documentation public MCP

What is Virtual location (Google Street View,etc.)?

Integrates Google Map, Google Street View, PixAI, Stability.ai, ComfyUI API and Bluesky to provide a virtual location simulation in LLM (written in Effect.ts)

Documentation

Functions## MCP server tools function

The following functions can be used as an MCP server. The available functions vary depending on the settings and execution state. You can specify the function name directly, but Claude LLM will automatically recognize it, so you can specify the operation in general terms. Example: "Where are you now?" "Let's leave for Tokyo Station."

  • get_traveler_view_info(includePhoto:boolean,includeNearbyFacilities:boolean)
  • get_traveler_location()
  • reach_a_percentage_of_destination()
  • set_traveler_location(address: string)
  • get_traveler_destination_address
  • set_traveler_destination_address(address: string)
  • start_traveler_journey
  • stop_traveler_journey
  • set_traveler_info(settings:string)
  • get_traveler_info
  • set_avatar_prompt(prompt:string)
  • reset_avatar_prompt
  • get_sns_feeds
  • get_sns_mentions
  • post_sns_writer(message:string)
  • reply_sns_writer(message:string,id:string)
  • add_like(id:string)
  • tips
  • get_setting

Setting

You will need to obtain and set access keys for multiple APIs, such as for accessing multiple Google maps and generating images. Use of the API may incur charges.

How to use

  1. Install nodejs 22.
  2. Set up Claude Desktop for use.
  3. Reflect one of the above settings in claude_desktop_config.json.
  4. Restart Claude Desktop.
  5. Ask "Where are you now?" and "Go on a journey." A conversation will begin.

Server Config

{
  "mcpServers": {
    "virtual-location-(google-street-view,etc.)-server": {
      "command": "npx",
      "args": [
        "virtual-location-(google-street-view,etc.)"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: Yes
Global: Yes
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: mfukushim
Category: community
License: MIT
Tags:
development location documentation