vrchat-mcp-osc - VRChat AI Assistant Integration
Vrchat MCP Osc becomes available to MCP clients through the vrchat mcp osc mcp server. vrchat-mcp-osc - VRChat AI Assistant Integration.
By leveraging OSC (Open Sound Control) to communicate with VRChat, VRChat MCP OSC allows AI assistants such as Claude to: - Control avatar parameters and expressions - Send messages in VRChat - Respond to various VR events And more—all through the high-level API provided by the Model Context Protocol.
Once connected, the assistant can call these 10 tools directly:
get_avatar_name — Retrieves the current avatar's nameget_avatar_parameters — Lists available avatar parametersset_avatar_parameter — Sets a specific avatar parameterset_emote_parameter — Triggers avatar emotesmove_avatar — Moves the avatar in a specific directionlook_direction — Controls avatar's view directionjump — Makes the avatar jumpmenu — Toggles the VRChat menuvoice — Toggles voice featuressend_message — Sends a message to the VRChat chatboxThe server is distributed via npm as vrchat-mcp-osc, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Vrchat MCP Osc sits in that group, and the shape of its toolset — get_avatar_name, get_avatar_parameters, set_avatar_parameter among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| get_avatar_name | Retrieves the current avatar's name |
| get_avatar_parameters | Lists available avatar parameters |
| set_avatar_parameter | Sets a specific avatar parameter |
| set_emote_parameter | Triggers avatar emotes |
| move_avatar | Moves the avatar in a specific direction |
| look_direction | Controls avatar's view direction |
| jump | Makes the avatar jump |
| menu | Toggles the VRChat menu |
| voice | Toggles voice features |
| send_message | Sends a message to the VRChat chatbox |
{
"mcpServers": {
"vrchat-mcp-osc": {
"command": "npx",
"args": ["-y", "vrchat-mcp-osc"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.