Skip to content
Cursor

VRChat MCP for Cursor

io.github.basic-bit/vrchat-mcp

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

client:Cursor transport:stdio runtime:npm

Install VRChat MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "vrchat-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@basicbit/vrchat-mcp"
      ],
      "env": {
        "VRCHAT_MCP_CONFIG_FILE": "<VRCHAT_MCP_CONFIG_FILE>",
        "VRCHAT_MCP_USER_AGENT": "<VRCHAT_MCP_USER_AGENT>",
        "VRCHAT_MCP_LOG_LEVEL": "<VRCHAT_MCP_LOG_LEVEL>",
        "VRCHAT_MCP_COOKIE_STORE": "<VRCHAT_MCP_COOKIE_STORE>",
        "VRCHAT_MCP_COOKIE_FILE": "<VRCHAT_MCP_COOKIE_FILE>",
        "VRCHAT_MCP_ALLOW_WRITES": "<VRCHAT_MCP_ALLOW_WRITES>",
        "VRCHAT_MCP_UPLOAD_ROOTS": "<VRCHAT_MCP_UPLOAD_ROOTS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

VRChat MCP in other clients