Skip to main content
Glama

VRChat MCP Server

vrchat_create_instance

Create a new VRChat world instance with customizable settings like access type, region, and privacy options using the MCP server integration.

Instructions

Create a new instance of a world.

Input Schema

NameRequiredDescriptionDefault
canRequestInviteNo
closedAtNo
groupAccessTypeNo
hardCloseNo
inviteOnlyNo
ownerIdNo
queueEnabledNo
regionNous
roleIdsNo
typeYes
worldIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "canRequestInvite": { "type": "boolean" }, "closedAt": { "type": "string" }, "groupAccessType": { "enum": [ "members", "plus", "public" ], "type": "string" }, "hardClose": { "type": "boolean" }, "inviteOnly": { "type": "boolean" }, "ownerId": { "type": [ "string", "null" ] }, "queueEnabled": { "type": "boolean" }, "region": { "default": "us", "enum": [ "us", "use", "eu", "jp", "unknown" ], "type": "string" }, "roleIds": { "items": { "type": "string" }, "type": "array" }, "type": { "enum": [ "public", "hidden", "friends", "private", "group" ], "type": "string" }, "worldId": { "type": "string" } }, "required": [ "worldId", "type" ], "type": "object" }

You must be authenticated.

Other Tools from VRChat MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sawa-zen/vrchat-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server