robot-mcp-server
If you are the rightful owner of robot-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The robot-mcp-server is a CLI tool designed to help users quickly set up a Model Context Protocol (MCP) server using FastMCP, specifically for controlling robots.
robot-mcp-server
this project was created by —— A CLI tool to quickly get started building your very own MCP (Model Context Protocol) server using FastMCP
this is a mcp server for controlling my robot, including:
- moving action
- navigation
- wait for adding...
📋 Usage
-
install the dependencies:
npm install
-
start the server:
## start the stdio server npm start ## start the HTTP server npm run start:http
-
For development:
# Development mode with stdio npm run dev # Development mode with HTTP npm run dev:http