Skip to main content
Glama

VRChat MCP OSC

by Krekun

set_avatar_parameter

Modify avatar parameters in VRChat by setting specific values for attributes like animations, expressions, or states using the MCP OSC protocol. Enables precise control over avatar behavior and interactions in virtual environments.

Instructions

Set a parameter on the current avatar.

Input Schema

NameRequiredDescriptionDefault
parameter_nameYesName of the parameter to set
valueYesValue to set

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "parameter_name": { "description": "Name of the parameter to set", "type": "string" }, "value": { "description": "Value to set", "type": [ "number", "boolean", "string" ] } }, "required": [ "parameter_name", "value" ], "type": "object" }

Other Tools from VRChat MCP OSC

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/Krekun/vrchat-mcp-osc'

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