MCP server for VRChat friends, worlds, groups, events, notifications, and VRCX history.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@basicbit/vrchat-mcp · npm · 0.1.10
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.BASIC-BIT/vrchat-mcp",
"description": "MCP server for VRChat friends, worlds, groups, events, notifications, and VRCX history.",
"title": "VRChat MCP",
"repository": {
"url": "https://github.com/BASIC-BIT/vrchat-mcp",
"source": "github",
"id": "1122295987"
},
"version": "0.1.10",
"websiteUrl": "https://github.com/BASIC-BIT/vrchat-mcp#readme",
"packages": [
{
"registryType": "npm",
"identifier": "@basicbit/vrchat-mcp",
"version": "0.1.10",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to a JSON config file for settings not supplied through environment variables.",
"format": "filepath",
"name": "VRCHAT_MCP_CONFIG_FILE"
},
{
"description": "Descriptive User-Agent for VRChat API requests.",
"format": "string",
"name": "VRCHAT_MCP_USER_AGENT"
},
{
"description": "Log level for stderr diagnostics.",
"format": "string",
"default": "info",
"choices": [
"debug",
"info",
"warn",
"error"
],
"name": "VRCHAT_MCP_LOG_LEVEL"
},
{
"description": "Cookie storage backend for VRChat authentication. The keychain mode falls back to file storage if the OS keychain is unavailable.",
"format": "string",
"default": "keychain",
"choices": [
"memory",
"file",
"keychain"
],
"name": "VRCHAT_MCP_COOKIE_STORE"
},
{
"description": "Cookie file path used when VRCHAT_MCP_COOKIE_STORE is file.",
"format": "filepath",
"name": "VRCHAT_MCP_COOKIE_FILE"
},
{
"description": "Allow non-GET VRChat API write operations. Defaults to true for local full-capability use; set to false for read-only mode.",
"format": "boolean",
"default": "true",
"name": "VRCHAT_MCP_ALLOW_WRITES"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-03T07:51:33.773083Z",
"publishedAt": "2026-08-03T07:51:33.773083Z",
"updatedAt": "2026-08-03T07:51:33.773083Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.10last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.