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.
Quick Start
Clone the repository:
git clone https://github.com/sawa-zen/vrchat-mcpClaude Desktop configuration example:
{
"mcpServers": {
"vrchat-mcp": {
"command": "npx",
"args": [
"-y",
"sawa-zen/vrchat-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.