VRChat MCP

MCP server for VRChat friends, worlds, groups, events, notifications, and VRCX history.

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

VRCHAT_MCP_CONFIG_FILE(file)

Path to a JSON config file for settings not supplied through environment variables.

VRCHAT_MCP_USER_AGENT(str)

Descriptive User-Agent for VRChat API requests.

VRCHAT_MCP_LOG_LEVEL(str)
Default:info

Log level for stderr diagnostics.

VRCHAT_MCP_COOKIE_STORE(str)
Default:keychain

Cookie storage backend for VRChat authentication. The keychain mode falls back to file storage if the OS keychain is unavailable.

VRCHAT_MCP_COOKIE_FILE(file)

Cookie file path used when VRCHAT_MCP_COOKIE_STORE is file.

VRCHAT_MCP_ALLOW_WRITES(bool)
Default:true

Allow non-GET VRChat API write operations. Set to false for read-only mode.