Robot Control Service
@monteslu
关于 Robot Control Service
mcp server for johnny-five
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Robot Control Service?
Robot Control Service is a Model Context Protocol (MCP) server that controls a robot arm equipped with a servo motor. When the servo moves, it plays a “Hasta la vista, baby!” audio clip. It is intended for developers building MCP‑based robotic control applications.
How to use Robot Control Service?
Install with npm install, connect an Arduino‑compatible board via USB and a servo to pin 10, then run node index.js. The server exposes a single MCP tool called moveMyServo that accepts a degrees parameter (0–180) to set the servo position.
Key features of Robot Control Service
- Controls a servo motor on pin 10 via MCP.
- Plays an audio clip on each servo movement.
- Built with Node.js, johnny‑five, and webaudio‑node.
- Validates input parameters with Zod.
Use cases of Robot Control Service
- Demonstrating MCP integration with physical hardware.
- Teaching servomotor control through a standardized protocol.
- Building interactive robotic demos that include audio feedback.
FAQ from Robot Control Service
What hardware does Robot Control Service require?
An Arduino or compatible board connected via USB, a servo motor attached to pin 10, and a speaker for audio output.
What software dependencies are needed?
Node.js, the MCP SDK, johnny‑five (robotics framework), webaudio‑node (Web Audio in Node.js), and Zod for validation.
How do I control the servo?
Call the MCP tool moveMyServo with a degrees parameter between 0 and 180.
Does the server store any data?
—
What transport or authentication does Robot Control Service use?
—
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Codelf
unbugA search tool helps dev to solve the naming things problem.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
评论