Local stdio MCP server for VRChat friends, worlds, groups, events, notifications, status, avatars, and VRCX history.
概要
VRChat MCP
VRChat MCP is a local stdio Model Context Protocol server for VRChat power users and agent workflows.
It exposes curated tools for:
- Friends, presence, and location summaries
- Worlds and active instances
- Groups, members, posts, and calendar events
- Notifications, status, avatars, and invites
- VRCX local history, memos, and shared-session lookups
Install
{
"mcpServers": {
"vrchat": {
"command": "npx",
"args": ["-y", "@basicbit/vrchat-mcp@latest"]
}
}
}
Run the login tool once from your MCP client to authenticate with VRChat. Cookies default to OS keychain storage with file fallback for headless environments.
Repository: https://github.com/BASIC-BIT/vrchat-mcp
Official MCP Registry name: io.github.BASIC-BIT/vrchat-mcp
NPM package: @basicbit/vrchat-mcp
サーバー設定
{
"mcpServers": {
"vrchat": {
"command": "npx",
"args": [
"-y",
"@basicbit/vrchat-mcp@latest"
]
}
}
}