myCobot MCP
@neka-nat
About myCobot MCP
myCobot MCP(Model Context Protocol) server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mycobot": {
"command": "uvx",
"args": [
"mycobot-mcp",
"--settings-path",
"/path/to/settings.json"
],
"env": {
"DDS_API_TOKEN": "your-api-token"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
ghidraMCP
LaurieWiredMCP Server for Ghidra

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Comments