MCP.so
登录

robot-mcp-server

@SC-WSKun

关于 robot-mcp-server

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

SC-WSKun

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is robot-mcp-server?

robot-mcp-server is an MCP (Model Context Protocol) server built using FastMCP for controlling a robot. It supports moving actions and is intended for developers who want to integrate robot control with AI assistants.

How to use robot-mcp-server?

Install dependencies with npm install, then start the server using npm start for stdio or npm run start:http for HTTP. For development, use npm run dev or npm run dev:http. The server exposes MCP tools for robot control.

Key features of robot-mcp-server

  • Built with FastMCP for rapid development
  • Supports stdio and HTTP transports
  • Currently implements moving actions for the robot
  • Navigation support is planned (not yet implemented)

Use cases of robot-mcp-server

  • Controlling a robot's movement via AI assistant interactions
  • Building natural language interfaces for robot navigation (future)
  • Prototyping robotic applications with MCP integration

FAQ from robot-mcp-server

(The README does not provide FAQs. Only the above facts are stated.)

评论

其他 分类下的更多 MCP 服务器