Skip to main content
Developer ToolsPython

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.

developer-toolslocal-servicelinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/lpigeon/unitree-go2-mcp-server

Claude 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.

Details

Category
Developer Tools
Language
Python
Author
lpigeon