VRChat MCP
@BASIC-BIT
关于 VRChat MCP
Local stdio MCP server for VRChat friends, worlds, groups, events, notifications, status, avatars, and VRCX history.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"vrchat": {
"command": "npx",
"args": [
"-y",
"@basicbit/vrchat-mcp@latest"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is VRChat MCP?
VRChat MCP is a local stdio Model Context Protocol server for VRChat power users and agent workflows. It exposes curated tools to manage friends, worlds, groups, notifications, avatars, invites, and local VRCX data.
How to use VRChat MCP?
Install via npm by adding the configuration to your MCP client’s mcpServers block with the command npx -y @basicbit/vrchat-mcp@latest. Run the login tool once from your MCP client to authenticate with VRChat. Cookies are stored in the OS keychain by default, with a file fallback for headless environments.
Key features of VRChat MCP
- Friends, presence, and location summaries
- Worlds and active instance lookups
- Groups, members, posts, and calendar events
- Notifications, status, avatars, and invites
- VRCX local history, memos, and shared-session queries
Use cases of VRChat MCP
- Automate friend status checks and location summaries.
- Fetch world and instance details for event planning.
- Retrieve group announcements, posts, and event calendars.
- Manage notifications, avatars, and invite workflows.
- Look up VRCX local history and shared sessions.
FAQ from VRChat MCP
What does VRChat MCP do?
It provides a set of tools for VRChat automation and agent workflows, covering friends, worlds, groups, notifications, and VRCX data.
How do I authenticate with VRChat?
After installing the server, run the login tool from your MCP client once. Cookies are stored in the OS keychain or a file as fallback.
What runtime is required?
The server runs via npx (Node.js) and is published as an npm package. A compatible MCP client is needed to invoke tools.
Where are cookies stored?
Cookies are stored in the OS keychain by default. For headless or non-GUI environments, a file fallback is used automatically.
Is the server local or remote?
It runs locally as a stdio MCP server, communicating with VRChat’s API through the user’s authenticated session.
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Servers
modelcontextprotocolModel Context Protocol Servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论