myCobot MCP
@neka-nat
myCobot MCP(Model Context Protocol) server
Overview
What is myCobot MCP?
myCobot MCP is an MCP server for the myCobot robotic arm. It enables sending simple pick-and-place instructions to the robot. The server requires image feedback, so it must be used with an MCP client that can handle image data. Object detection is powered by the DDS API.
How to use myCobot MCP?
Configure the server by setting a DDS API token as an environment variable and providing a settings.json file with hardware parameters. For Claude Desktop, edit claude_desktop_config.json to run uvx mycobot-mcp --settings-path /path/to/settings.json (or use uv from a cloned repository). After connecting the myCobot, change the port permission with sudo chmod 666 /dev/ttyACM0.
Key features of myCobot MCP
- Sends pick-and-place instructions to myCobot.
- Uses DDS API for object detection.
- Requires image feedback from the MCP client.
- Supports configurable robot positions and speeds.
- Works with suction-pump and camera-flange accessories.
Use cases of myCobot MCP
- Automating pick-and-place tasks in a controlled environment.
- Demonstrating MCP integration with a physical robot arm.
- Teaching or prototyping robotic manipulation with visual feedback.
FAQ from myCobot MCP
What hardware is required for myCobot MCP?
A myCobot robot, a suction-pump, and a camera-flange are needed. The software expects specific poses and calibration files.
How do I get a DDS API token?
Register at cloud.deepdataspace.com and issue an API key. Provide it via the DDS_API_TOKEN environment variable.
Does myCobot MCP require image feedback?
Yes. The server requires image feedback, so connect an MCP client that can handle image data.
What is the settings.json file for?
It configures the camera ID, calibration path, robot URDF, end effector, communication port, baud rate, joint speeds, suction pin, and predefined positions (home, capture, drop).
How do I set up port permissions for myCobot?
Run sudo chmod 666 /dev/ttyACM0 after connecting the robot to allow the server to communicate over the serial port.