Skip to main content
CommunicationTypeScript

sawa-zen/vrchat-mcp

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

communicationlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/sawa-zen/vrchat-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Communication
Language
TypeScript
Author
sawa-zen