Hamibot MCP Server
by hamibot
Hamibot MCP Server is a server implementation based on the Model Context Protocol (MCP) for interacting with the Hamibot API. It provides tools to manage and control Hamibot devices and scripts.
Last updated: N/A
What is Hamibot MCP Server?
Hamibot MCP Server is a server that uses the Model Context Protocol to communicate with the Hamibot API. It allows users to manage devices, scripts, and execute code on Hamibot devices.
How to use Hamibot MCP Server?
To use the server, you need to obtain a personal access token from Hamibot and configure your client (e.g., Trae) to connect to the server. The README provides instructions for configuring Trae with the necessary command, arguments, and environment variables.
Key features of Hamibot MCP Server
Device Management
Script Management
Code Execution
Variable Passing
Use cases of Hamibot MCP Server
Listing connected devices
Listing available automation scripts
Running scripts on specific devices
Executing custom JavaScript code on devices
FAQ from Hamibot MCP Server
How do I get a personal access token?
How do I get a personal access token?
Visit https://hamibot.com/account/tokens and click 'Generate'
How do I configure Trae to use this server?
How do I configure Trae to use this server?
Press F1, input 'open mcp config json', and add the provided configuration to mcp.json, replacing '你的访问令牌' with your actual token.
What tools are available?
What tools are available?
The server provides tools like 'list-devices', 'list-scripts', 'run-script', and 'execute' for managing devices and scripts.
How do I run a script on a device?
How do I run a script on a device?
Use the 'run-script' tool, providing the script ID, device list, and optional variables.
How do I execute custom JavaScript code?
How do I execute custom JavaScript code?
Use the 'execute' tool, providing the JavaScript code, device list, and optional variables.