hamibot-mcp-server

hamibot-mcp-server

1

Hamibot MCP Server is a server implementation that facilitates interaction with Hamibot devices through the Model Context Protocol (MCP). It provides tools for device and script management, including executing custom JavaScript code.

🤖 Hamibot MCP Server

Hamibot MCP Server is a server implementation based on the Model Context Protocol (MCP) designed to interact with the Hamibot API. It offers a range of tools to manage and control Hamibot devices and scripts.

✨ Features

  • Device Management: List all connected devices
  • Script Management: View and run automation scripts
  • Code Execution: Execute custom JavaScript code on specified devices
  • Variable Support: Pass custom parameters to scripts

⚙️ Configuration

Access Token

  1. Visit the designated token page
  2. Generate a new token

Usage in Trae

Refer to Trae documentation for detailed steps. Add MCP server configuration in mcp.json.

🛠️ Tools

list-devices

List all connected devices.

list-scripts

List all available automation scripts.

run-script

Run a script on a specified device with optional variables.

execute

Execute custom JavaScript code on a specified device with optional variables.

📝 Examples

  • List devices and scripts
  • Run scripts on specified devices