yarp-mcpServers

hsp-iit/yarp-mcpServers
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
A Python-based Model Context Protocol (MCP) server framework that bridges YARP (Yet Another Robot Platform) and enables communication through MCP. This project provides server implementations for various YARP interfaces through device and RPC-based servers, allowing seamless integration with AI models and applications that support the MCP protocol.
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": {
    "yarp-mcpservers": {
      "command": "uvx",
      "args": [
        "yarp-mcpservers"
      ]
    }
  }
}

Or install with pip: pip install yarp-mcpservers