RealmanArmMCPServer

ShawnZhang82/RealmanArmMCPServer
★ 1 stars C++ 💻 Code/Dev Tools Updated 1mo ago
Features: - MCP 2025-03-26 Streamable HTTP protocol support - 46 server tools for robot control - 14 MCP prompts for guided interactions - C++17 implementation with header-only dependencies - Interactive CLI with 50+ commands - Script mode for batch operations - Real-time state monitoring via SSE
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "realmanarmmcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "ShawnZhang82/RealmanArmMCPServer"
      ]
    }
  }
}