Skip to main content
Glama

VRChat MCP OSC

by Krekun

send_message

Send messages directly to the VRChat chatbox using AI integration, enabling real-time communication or pre-populating the chat for later use.

Instructions

Send a message to the VRChat chatbox.

Input Schema

NameRequiredDescriptionDefault
messageYesMessage to send
send_immediatelyNoSend immediately or just populate chatbox

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "message": { "description": "Message to send", "type": "string" }, "send_immediately": { "default": true, "description": "Send immediately or just populate chatbox", "type": "boolean" } }, "required": [ "message" ], "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