Back to MCP Servers
Unitree Go2
The Unitree Go2 MCP Server is a server built on the MCP that enables users to control the Unitree Go2 robot using natural language commands interpreted by a LLM.
developer-toolsgollm
By lpigeon
Installation
npx -y unitree-go2-mcp-serverConfiguration
{
"mcpServers": {
"unitree-go2-mcp-server": {
"command": "npx",
"args": ["-y", "unitree-go2-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes