Skip to main content
Glama

VRChat MCP OSC

by Krekun

set_emote_parameter

Set VRCEmote on the current avatar by defining a specific value, enabling AI-driven avatar interaction and control in VRChat using the Model Context Protocol.

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

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