Skip to main content
Glama

VRChat MCP OSC

by Krekun

set_avatar

Switch to a specific avatar in VRChat using a unique avatar ID, enabling AI-assisted avatar control via the Model Context Protocol for virtual reality environments.

Instructions

Change to a specific avatar.

Input Schema

NameRequiredDescriptionDefault
avatar_idYesID of the avatar to change to

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "avatar_id": { "description": "ID of the avatar to change to", "type": "string" } }, "required": [ "avatar_id" ], "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/Krekun/vrchat-mcp-osc'

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