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
By sawa-zen
Installation
npx -y vrchat-mcpConfiguration
{
"mcpServers": {
"vrchat-mcp": {
"command": "npx",
"args": ["-y", "vrchat-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes