io.github.BASIC-BIT
vrchat-mcp
VRChat MCP
MCP server for VRChat friends, worlds, groups, events, notifications, and VRCX history.
stdiocommunityservice
Package Details
@basicbit/vrchat-mcp
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:
infoLog level for stderr diagnostics.
VRCHAT_MCP_COOKIE_STORE(str)
Default:
keychainCookie 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:
trueAllow non-GET VRChat API write operations. Set to false for read-only mode.