MCP.so
ログイン

Vrchat Mcp

@sawa-zen

Vrchat Mcp について

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

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

sawa-zen

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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

コメント

「その他」の他のコンテンツ