Back to MCP Servers
🔌

sawa-zen/vrchat-mcp

MITAPI key required

📇 🏠 This is an MCP server for interacting with the VRChat API. You can retrieve information about friends, worlds, avatars, and more in VRChat.

TypeScriptAPIs

Install

npx -y vrchat-auth-token-checker

Required environment variables

VRCHAT_AUTH_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "sawa-zen-vrchat-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vrchat-auth-token-checker"
      ],
      "env": {
        "VRCHAT_AUTH_TOKEN": "<YOUR_VRCHAT_AUTH_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.