lpigeon/unitree-go2-mcp-server
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.
Quick Start
Clone the repository:
git clone https://github.com/lpigeon/unitree-go2-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"unitree-go2-mcp-server": {
"command": "npx",
"args": [
"-y",
"lpigeon/unitree-go2-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.