Skip to main content
Glama

VRChat MCP OSC

by Krekun

set_emote_parameter

Control and set VRChat avatar emotes dynamically using VRChat MCP OSC. Define specific emote values to adjust avatar expressions or actions in real time.

Instructions

Set VRCEmote on the current avatar.

Input Schema

NameRequiredDescriptionDefault
valueYesValue to set

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "value": { "description": "Value to set", "type": [ "number", "string" ] } }, "required": [ "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