Skip to main content
Glama

VRChat MCP OSC

by Krekun

look_direction

Control avatar gaze by specifying a direction (left or right) and duration in VRChat. Enables AI-driven interactions via the VRChat MCP OSC server.

Instructions

Turn to look in a specific direction.

Input Schema

NameRequiredDescriptionDefault
directionYesDirection to look
durationNoDuration in seconds

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "direction": { "description": "Direction to look", "enum": [ "left", "right" ], "type": "string" }, "duration": { "default": 1, "description": "Duration in seconds", "type": "number" } }, "required": [ "direction" ], "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