vrchat-mcp-osc
@Krekun
关于 vrchat-mcp-osc
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"vrchat-mcp-osc": {
"command": "npx",
"args": [
"vrchat-mcp-osc"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is vrchat-mcp-osc?
vrchat-mcp-osc is a bridge between AI assistants (such as Claude) and VRChat using the Model Context Protocol (MCP) and OSC (Open Sound Control). It enables AI-driven avatar control, movement, communication, and interaction in virtual reality environments.
How to use vrchat-mcp-osc?
Clone the repository, run npm link to install globally, then configure Claude Desktop by editing claude_desktop_config.json with the npx command and optional command-line arguments (e.g., --websocket-port, --osc-send-port, --debug). Ensure Node.js 18+ and OSC enabled in VRChat.
Key features of vrchat-mcp-osc
- Avatar control: manipulate parameters and expressions
- Movement: direct avatar movement and orientation
- Communication: send messages via VRChat’s chatbox
- Menu access: toggle VRChat menu and interface elements
- Query avatar properties and available parameters
- Seamless detection of avatar configurations
Use cases of vrchat-mcp-osc
- An AI assistant controlling a user’s avatar expressions and emotes in real time.
- Automated movement and navigation of an avatar within VRChat.
- Sending chat messages triggered by AI analysis or voice commands.
- Toggling VRChat menus and features without manual intervention.
- Querying avatar parameters to adapt interactions based on avatar state.
FAQ from vrchat-mcp-osc
What are the system requirements?
Node.js 18 or higher, VRChat with OSC enabled, and Claude Desktop with MCP support.
What command-line options are available and what do they do?
Options include --websocket-port (default 8765), --websocket-host (localhost), --osc-send-port (9000), --osc-send-ip (127.0.0.1), --osc-receive-port (9001), --osc-receive-ip (127.0.0.1), --debug (enable debug logging), and --no-relay (disable relay server).
What MCP tools does vrchat-mcp-osc expose?
Tools include get_avatar_name, get_avatar_parameters, set_avatar_parameter, set_emote_parameter, move_avatar, look_direction, jump, menu, voice, and send_message.
How do I troubleshoot if VRChat does not respond?
Ensure OSC is enabled in VRChat settings, check that OSC ports match between VRChat and the MCP configuration, and restart both VRChat and Claude Desktop.
Why might the MCP server not start?
Verify Node.js 18+ is installed, check command-line arguments for errors, try the --debug flag, or use the double‑dash format npx vrchat-mcp-osc -- --debug if direct arguments fail.
其他 分类下的更多 MCP 服务器
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论