VRChat MCP Server

vrchat_join_group

Join a VRChat group by providing a valid group ID using the VRChat MCP Server to interact with the VRChat API and manage group memberships.

Instructions

Join a VRChat group by ID

Input Schema

NameRequiredDescriptionDefault
groupIdYesMust be a valid group ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "groupId": { "description": "Must be a valid group ID", "type": "string" } }, "required": [ "groupId" ], "type": "object" }

You must be authenticated.

Other Tools from VRChat MCP Server

Related Tools

ID: u763zoyi5a