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.
Installation
npx -y lpigeon/unitree-go2-mcp-serverConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "unitree-go2-mcp-server",
"command": "npx",
"args": [
"-y",
"lpigeon/unitree-go2-mcp-server"
]
}About This MCP Server
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHubRelated MCPs
View all →Mcp Server Nano Banana
AI image generation using Google Gemini's nano banana model.
Mcp Claude Spotify
An integration that allows Claude Desktop to interact with Spotify using the Model Context Protocol (MCP).
Mcp Graphql Forge
A lightweight, configuration-driven MCP server that exposes curated GraphQL queries as modular tools, enabling intentional API interactions from your agents.