作为全球首家支持MCP协议的清洁机器人服务商,科沃斯MCP Server发布后,智能体开发者仅需简单配置,就可以在大模型中快速接入机器人服务,实现查询、清扫、回充等能力。
Most developer tooling work still happens through a UI a human drives. Ecovacs MCP MCP server moves it into the conversation instead. 作为全球首家支持MCP协议的清洁机器人服务商,科沃斯MCP Server发布后,智能体开发者仅需简单配置,就可以在大模型中快速接入机器人服务,实现查询、清扫、回充等能力。.
The server publishes 11 tools. What each one is for:
nickname — 机器人的昵称,用于查找设备,支持模糊匹配act — 清扫行为go-start — 开始回充stopGo — 结束回充ECO_API_KEY — API访问密钥,用于验证接口调用权限ECO_API_URL — API HOSTcleanSt — stringchargeSt — stringstationSt — stringV1.0 — Ecovacs MCP Server正式上线pipy — The pipy tool exposed by this serverInstallation goes through your MCP client rather than a global install: point it at ecovacs-robot-mcp on PyPI and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Configuration is passed through the environment: ECO_API_KEY, ECO_API_URL. 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.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Ecovacs MCP's toolset — nickname, act, go-start and 8 more — is a fair guide to whether it matches your workflow. It is maintained by ecovacs-ai; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Ecovacs MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| nickname | 机器人的昵称,用于查找设备,支持模糊匹配 |
| act | 清扫行为 |
| go-start | 开始回充 |
| stopGo | 结束回充 |
| ECO_API_KEY | API访问密钥,用于验证接口调用权限 |
| ECO_API_URL | API HOST |
| cleanSt | string |
| chargeSt | string |
| stationSt | string |
| V1.0 | Ecovacs MCP Server正式上线 |
| pipy | The pipy tool exposed by this server. |
{
"mcpServers": {
"ecovacs_mcp": {
"command": "uvx",
"args": ["ecovacs-robot-mcp"],
"env": {
"ECO_API_KEY": "your AK...........",
"ECO_API_URL": "https://open.ecovacs.cn" // 如果是非中国内地,配置为 https://open.ecovacs.com
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| ECO_API_KEY | Credential the server authenticates with. | Yes |
| ECO_API_URL | Endpoint or connection string the server talks to. | 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.