Skip to main content
Glama

VRChat MCP OSC

by Krekun

set_avatar_parameter

Modify avatar behavior in VRChat by setting parameters such as expressions, animations, or triggers using the Model Context Protocol for precise control.

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" }

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