vrchat-mcp logo

vrchat-mcp本项目是一款用于与 VRChat API 交互的模型上下文协议 (MCP) 服务器。

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

本项目是一款用于与 VRChat API 交互的模型上下文协议 (MCP) 服务器。它提供了一种标准化的方法来访问 VRChat 的 API 端点,支持各种功能,如用户认证、获取用户和朋友信息、访问角色和世界数据等。服务器可以通过设置必要的环境变量并运行命令来启动。它还支持通过配置文件与 Claude Desktop 配合使用。

主要功能

  • 用户认证
  • 获取用户和朋友信息
  • 访问角色和世界数据
  • 查找角色、世界和群组
  • 创建实例并加入群组

价格

模型
Free
评分
暂无评价

使用场景

获取用户信息

使用 VRChat MCP 服务器来获取有关用户的信息,如他们的好友列表或角色数据。

查找角色和世界

使用 VRChat MCP 服务器来在 VRChat 中搜索角色或世界。

与 Claude Desktop集成

配置 VRChat MCP 服务器来与 Claude Desktop 配合使用,实现平滑的体验。

优点 & 缺点

优点

  • 标准化协议用于与 VRChat API 交互
  • 支持各种功能
  • 易于使用与 Claude Desktop 一起
  • 无需配置也支持使用

缺点

  • 要求设置环境变量
  • 可能需要提供使用 nodenv 或 nvm 时的 npx 命令的完整路径

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

What VRChat functionalities are exposed through the MCP server’s tools?

The server provides tools for user data (friends list, send friend request), avatar operations (search and select avatars), world data (search worlds, list favorited worlds), and instance management (create and get instance info), all accessed via standardized MCP endpoints.

Asked by Ravi Chandrasekaran · May 17, 2026

Can the MCP server be integrated with Claude Desktop and how is it configured?

Yes. Add an entry in Claude Desktop’s config file (e.g., `claude_desktop_config.json`) under `mcpServers` specifying the command `npx vrchat mcp` and the required environment variables. Claude Desktop will then launch the MCP server automatically.

Asked by Pierre Dubois · Apr 12, 2026

How do I authenticate the VRChat MCP server and what credentials are required?

Set the environment variables VRCHAT_USERNAME and VRCHAT_AUTH_TOKEN before starting the server. You obtain the auth token by running `npx vrchat auth token` and entering your username, password, and any 2FA code; the token has a long lifetime.

Asked by Rina Desai · Feb 25, 2026

提问

服务配缩器 的替代品