Skip to main content
Glama

VRChat MCP Server

vrchat_select_avatar

Select and switch to a specific avatar in VRChat using its unique ID. Integrates with the VRChat MCP Server for easy avatar management through a standardized interface.

Instructions

Select and switch to a specific avatar by its ID.

Input Schema

NameRequiredDescriptionDefault
avatarIdYesThe ID of the avatar to select

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "avatarId": { "description": "The ID of the avatar to select", "type": "string" } }, "required": [ "avatarId" ], "type": "object" }

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