VRChat MCP

Unofficial local Model Context Protocol tools for VRChat friends, worlds, groups, events, notifications, status, invites, and local VRCX history.

People connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-17 · ★ 2 · #81 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install VRChat MCP

before you install - you'll need

Set VRCHAT_MCP_ALLOW_WRITES before connecting.

Claude Code

claude mcp add basic-bit-vrchat-mcp -- npx -y @basicbit/vrchat-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "basic-bit-vrchat-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@basicbit/vrchat-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @basicbit/vrchat-mcp - the @basicbit scope differs from the repo owner (basic-bit); confirm it's the project's official package

registry namespace io.github.BASIC-BIT is GitHub-verified and matches the repo owner

03 · What VRChat MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.10 · 2026-08-03

[AGENT] · Changes · Add curated vrchat_avatar_update for avatar metadata: name, description, releaseStatus, and content tags. Content tags previously had no write path at all. · Keep avatar asset fields unreachable.…

v0.1.9 · 2026-07-31

[AGENT] · Changes · Add curated vrchat_group_post_create, vrchat_group_post_update, and vrchat_group_post_delete, so a tool-filtered deployment can grant group posting without granting every other write. · Keep group…

v0.1.8 · 2026-07-24

[AGENT] · Changes · Add opt-in, loopback-only MCP Streamable HTTP alongside the default stdio transport. · Protect HTTP with bearer authentication, loopback Host and Origin validation, bounded and expiring sessions…

04 · Who maintains VRChat MCP

VRChat MCP is maintained by basic-bit. It's the only MCP server we track from this author; the repo dates to Dec 2025.

05 · Facts

category
API integration - ranked #81 of 250 actively-maintained API integration servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-08-03)
registry
io.github.BASIC-BIT/vrchat-mcp (active, first published 2026-05-17 · 9 versions)
packages
npm:@basicbit/vrchat-mcp

06 · VRChat MCP FAQ

What is VRChat MCP?

Unofficial local Model Context Protocol tools for VRChat friends, worlds, groups, events, notifications, status, invites, and local VRCX history.

Is VRChat MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-17 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install VRChat MCP?

Run `npx -y @basicbit/vrchat-mcp`. The README documents one environment variable (VRCHAT_MCP_ALLOW_WRITES) to set first. Set VRCHAT_MCP_ALLOW_WRITES before connecting. You can also paste the ready-made client config above.

Does VRChat MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to VRChat MCP

More API integration MCP servers · OpenSTAAD MCP Server · Genefoundry · Boostu Teamleader MCP · Brilliant Directories MCP · Releases

More TypeScript MCP servers · Parecode · Mcpwall · The Neural Ledger Intelligence · Code Auditor MCP · Presio · see all