myCobot MCP
@neka-nat
关于 myCobot MCP
myCobot MCP(Model Context Protocol) server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mycobot": {
"command": "uvx",
"args": [
"mycobot-mcp",
"--settings-path",
"/path/to/settings.json"
],
"env": {
"DDS_API_TOKEN": "your-api-token"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
ICSS
chokcoco不止于 CSS
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论