Back to MCP Servers

Vrchat

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

communicationapi

Installation

npx -y vrchat-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub