robot-mcp-server

robot-mcp-server

3.2

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

  1. install the dependencies:

    npm install
    
  2. start the server:

    ## start the stdio server
    npm start
    ## start the HTTP server
    npm run start:http
    
  3. For development:

    # Development mode with stdio
    npm run dev
    
    # Development mode with HTTP
    npm run dev:http
    

📚 Documentation

FastMCP GitHub Repository.

MCP Documentation.