Odel
VRChat MCP

VRChat MCP

Local
@basic-bit2TypeScriptMITUpdated 5 days ago

MCP server for VRChat friends, worlds, groups, events, notifications, and VRCX history.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@basicbit/vrchat-mcpv0.1.13

Run

npx -y @basicbit/vrchat-mcp

MCP client config

{
  "mcpServers": {
    "vrchat-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@basicbit/vrchat-mcp"
      ]
    }
  }
}