MCP.so
Sign In

Vrchat Mcp

@sawa-zen

About Vrchat Mcp

This project is a Model Context Protocol (MCP) server for interacting with the VRChat API.

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

sawa-zen

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "vrchat-mcp": {
      "command": "npx",
      "args": [
        "vrchat-mcp"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Vrchat Mcp?

Vrchat Mcp is a Model Context Protocol (MCP) server for interacting with the VRChat API. It allows you to retrieve various information from VRChat using a standardized protocol.

How to use Vrchat Mcp?

Set the VRCHAT_USERNAME and VRCHAT_AUTH_TOKEN environment variables, then run npx vrchat-mcp. For Claude Desktop, add the server configuration with those environment variables to the desktop config file. Obtain an auth token using the npx vrchat-auth-token-checker command.

Key features of Vrchat Mcp?

  • Manage friends (list, send requests)
  • Search and select avatars
  • Search worlds and list favorited worlds
  • Create and get instance information
  • Search and join groups
  • Manage favorites and favorite groups

Use cases of Vrchat Mcp?

  • Automate friend requests and friend list management.
  • Quickly switch avatars based on external prompts.
  • Discover and join worlds programmatically.
  • Create instances

Comments

More Other MCP servers