mcpbeat Sign in

VRChat MCP Server

by basic-bit Your server? Claim it
local only

VRChat MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 363 installs a week from npm. Last commit 11 Sep 2026.

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

Installs per day peak 331 · avg 50 · -32% w/w
a month agotoday
363
Installs / week
npm · @basicbit/vrchat-mcp
3
Stars
5 open issues
11 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/services/vrcx/paths.ts:61
      return path.join(raw, fileNameForDir);
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Touches key and credential files .github/workflows/claude-review.yml:312
                  "Read(//home/runner/.git-credentials)",

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vrchat-mcp -- npx -y @basicbit/vrchat-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vrchat-mcp": {
      "args": [
        "-y",
        "@basicbit/vrchat-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vrchat-mcp]
command = "npx"
args = ["-y", "@basicbit/vrchat-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "vrchat-mcp": {
      "args": [
        "-y",
        "@basicbit/vrchat-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vrchat-mcp": {
      "args": [
        "-y",
        "@basicbit/vrchat-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VRCHAT_MCP_CONFIG_FILE (Path to a JSON config file for settings not supplied through environment variables.), VRCHAT_MCP_USER_AGENT (Descriptive User-Agent for VRChat API requests.), VRCHAT_MCP_LOG_LEVEL (Log level for stderr diagnostics.), VRCHAT_MCP_COOKIE_STORE (Cookie storage backend for VRChat authentication. The keychain mode falls back to file storage if the OS keychain is unavailable.), VRCHAT_MCP_COOKIE_FILE (Cookie file path used when VRCHAT_MCP_COOKIE_STORE is file.), VRCHAT_MCP_ALLOW_WRITES (Allow non-GET VRChat API write operations. Defaults to true for local full-capability use; set to false for read-only mode.), VRCHAT_MCP_UPLOAD_ROOTS (Absolute directories from which local PNG uploads may be read. Separate multiple roots with the platform path delimiter.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to VRChat MCP

same job, measured the same way
Ead Factory
by g-digital-by-garrigues

MCP server for EAD Factory: qualified evidence, signature, notifications and chat via AI agents.

144 installs/wk local only
Gotify MCP
by kcofoni

MCP server for Gotify push notifications - send messages and manage apps/clients.

local only
Gocertius
by g-digital-by-garrigues

MCP server for GoCertius: certified evidence, dossiers, notifications and chats via AI agents.

166 installs/wk local only
Gotify MCP
by tootie

MCP server for self-hosted Gotify push notifications and message management.

59 installs/wk local only
Gotify RMCP
by dinglebear

Rust MCP server and CLI for Gotify push notifications and message management.

local only
MCP Notifications
by topvisor

MCP server for desktop notifications over stdio

45 installs/wk local only
Tekna Events & News
by vortiago

MCP server for Tekna events and news

89 installs/wk local only
Semrush Appcenter
by mcparmory

Manage subscriptions, users, and send event notifications for Semrush apps

260 installs/wk local only

VRChat MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for VRChat MCP?
VRChat MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @basicbit/vrchat-mcp was installed 363 times last week.
How do I connect VRChat MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @basicbit/vrchat-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use VRChat MCP?
The npm package @basicbit/vrchat-mcp was installed 363 times in the last week. Week over week that is -32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is VRChat MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 3 stars on GitHub and 5 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.