vrchat-mcp
by TheArmagan
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VRCHAT_MCP_DB | No | Event database path | .vrchat-mcp/events.db |
| VRCHAT_CONTACT | Yes | Contact string in the User-Agent. Effectively required | |
| VRCHAT_MCP_RPS | No | Requests per second. 0 falls back to 20 | 20 |
| VRCHAT_MCP_TAGS | No | Tags to register. `everything` for no filter | all |
| VRCHAT_PASSWORD | Yes | Account password | |
| VRCHAT_USERNAME | Yes | Account username or email | |
| VRCHAT_MCP_PROXY | No | HTTP or HTTPS proxy for API and WebSocket traffic | |
| VRCHAT_LIVE_TESTS | No | Opts into the live test suite. Accepts 1 or true | off |
| VRCHAT_MCP_HISTORY | No | Events kept per type. Per-type overrides | 1000 |
| VRCHAT_MCP_SESSION | No | Session file path | .vrchat-mcp/session.json |
| VRCHAT_TOTP_SECRET | No | Base32 TOTP secret. Set it and login never prompts | |
| VRCHAT_MCP_WEBSOCKET | No | Opens the event pipeline and registers the event tools. Accepts 1 or true | off |
| VRCHAT_MCP_WS_EVENTS | No | Event types to subscribe to. Replaces the default, does not extend it | |
| VRCHAT_MCP_ALLOW_ADMIN | No | Admin operations. Independent of the write gate. Accepts 1 or true | off |
| VRCHAT_MCP_MAX_WAIT_MS | No | How long a call waits behind the limiter before giving up | 30000 |
| VRCHAT_MCP_ALLOW_WRITES | No | Enables creating and editing. Accepts 1 or true | off |
| VRCHAT_MCP_2FA_TIMEOUT_MS | No | How long a parked login waits for a code | 300000 |
| VRCHAT_MCP_ALLOW_PURCHASES | No | Enables spending balance. Needs the write gate too. Accepts 1 or true | off |
| VRCHAT_MCP_HISTORY_MAX_AGE | No | Age ceiling. 0 disables. Accepts ms s m h d w | 30d |
| VRCHAT_MCP_ALLOW_DESTRUCTIVE_WRITES | No | Enables deleting and moderating. Needs the write gate too. Accepts 1 or true | off |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues