Skip to main content
Glama

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

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