An MCP server that logs in an OpenSim bot and exposes in-world actions as tools over HTTP MCP.
6.5K
opensim-metaverse2mcp is an MCP server that logs in an OpenSim bot and exposes in-world actions as tools over HTTP MCP.
It is intended to be used as part of the OpenSim Stack project: "A docker stack to get an AI integrated virtual world up and running in minutes."
Run the container with your bot credentials and OpenSim login URI:
docker run --rm \
-e OPENSIM_LOGIN_FIRSTNAME=Governor \
-e OPENSIM_LOGIN_LASTNAME=Bot \
-e OPENSIM_LOGIN_PASSWORD=botpassword \
-e OPENSIM_LOGIN_URI=http://host.docker.internal:9000 \
-e METAVERSE_MCP_TRANSPORT=http \
-e METAVERSE_MCP_HOST=0.0.0.0 \
-e METAVERSE_MCP_PORT=8999 \
-e METAVERSE_MCP_HTTP_ENDPOINT=/mcp \
-p 8999:8999 \
bithatch/opensim-metaverse2mcp:latest
Then connect your MCP client to:
http://localhost:8999/mcpopensim-ai-docker): https://github.com/opensim-stack/opensim-ai-dockeropensim-metaverse2mcp on GitHub: https://github.com/opensim-stack/opensim-metaverse2mcpopensim-console2mcp):
Content type
Image
Digest
sha256:2b0f70c6b…
Size
212.6 MB
Last updated
about 7 hours ago
docker pull bithatch/opensim-metaverse2mcp