用于与 Hamibot API 进行交互。它提供了一系列工具来管理和控制 Hamibot 设备及脚本
用于与 Hamibot API 进行交互。它提供了一系列工具来管理和控制 Hamibot 设备及脚本. That is what the 🤖 hamibot mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
Hamibot MCP Server 是一个基于 Model Context Protocol (MCP) 的服务器实现,用于与 Hamibot API 进行交互。它提供了一系列工具来管理和控制 Hamibot 设备及脚本。
The server publishes 5 tools. What each one is for:
scriptId — 24 位十六进制字符串,表示要运行的脚本 IDdevices — 设备列表,包含设备 ID 和可选的设备名称vars — (可选) 传递给脚本的变量code — JavaScript Hamibot 代码execute — The execute tool exposed by this serverSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Configuration is passed through the environment: HAMIBOT_PERSONAL_ACCESS_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. 🤖 Hamibot's toolset — scriptId, devices, vars and 2 more — is a fair guide to whether it matches your workflow. It is maintained by hamibot; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| scriptId | 24 位十六进制字符串,表示要运行的脚本 ID |
| devices | 设备列表,包含设备 ID 和可选的设备名称 |
| vars | (可选) 传递给脚本的变量 |
| code | JavaScript Hamibot 代码 |
| execute | The execute tool exposed by this server. |
{
"mcpServers": {
"hamibot": {
"command": "npx",
"args": ["-y", "@hmbt/hamibot-mcp-server"],
"env": {
"HAMIBOT_PERSONAL_ACCESS_TOKEN": "你的访问令牌"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| HAMIBOT_PERSONAL_ACCESS_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.