← 返回
效率工具 Key 中文

Ecovacs Mcp

Control Ecovacs robot vacuums (DEEBOT series) via the official Ecovacs MCP server — start/stop/pause cleaning, send the robot to its dock, check battery and...
通过官方 Ecovacs MCP 服务器控制科沃斯扫地机器人(DEEBOT 系列):支持启动、停止、暂停清扫,控制回充,查看电量等功能。
f-liva
效率工具 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 554
下载
💾 2
安装
1
版本
#latest

概述

Ecovacs Robot Vacuum Control

Control Ecovacs robot vacuums through the official Ecovacs MCP server. This is the first official MCP integration for robotic cleaning devices.

Prerequisites

  • API Key (ECO_API_KEY) from open.ecovacs.com
  • uvx (recommended) or python3 with ecovacs-robot-mcp installed
  • A robot registered in the Ecovacs mobile app, bound to the same account

MCP Server Configuration

The MCP server entry should look like this in your settings:

{
  "ecovacs_mcp": {
    "command": "uvx",
    "args": ["--from", "ecovacs-robot-mcp", "python", "-m", "ecovacs_robot_mcp"],
    "env": {
      "ECO_API_KEY": "YOUR_API_KEY",
      "ECO_API_URL": "https://open.ecovacs.com"
    }
  }
}

Regional endpoints:

  • International: https://open.ecovacs.com
  • China mainland: https://open.ecovacs.cn

MCP Tools Reference

The server exposes four tools. All device operations use a nickname parameter that supports fuzzy matching — you don't need the exact name.

get_device_list

Lists all robots bound to the account. No parameters. Always call this first to discover available robots and their nicknames.

start_cleaning

Controls cleaning operations.

ParameterValuesDescription
--------------------------------
nicknamestringRobot name (fuzzy match)
actsStart cleaning
actpPause cleaning
actrResume cleaning
acthStop cleaning

control_recharging

Controls dock/charging operations.

ParameterValuesDescription
--------------------------------
nicknamestringRobot name (fuzzy match)
actgo-startReturn to charging dock
actstopGoCancel return to dock

query_working_status

Returns real-time robot state. No input besides nickname. Returns three status fields:

  • cleanSt — Cleaning state (sweeping, mopping, paused, idle, mapping)
  • chargeSt — Charging state (returning to dock, docking, charging, idle)
  • stationSt — Dock station state (washing mop, drying, dust collection, idle)

Operating Guidance

  1. Always list devices first — call get_device_list before any operation to get the correct nickname. Cache the nickname for the session.
  2. Confirm actions — after starting or stopping cleaning, call query_working_status to verify the command took effect.
  3. Standard workflows:
    • Start cleaning: list devices → start_cleaning (act: s) → check status
    • Send home: control_recharging (act: go-start) → check status
    • Pause and resume: start_cleaning (act: p) → later (act: r)
  4. Natural language mapping:
    • "vacuum the house" / "clean the floor" / "start cleaning" → start_cleaning act: s
    • "send it back" / "dock" / "go home" / "charge" → control_recharging act: go-start
    • "stop" / "pause" → start_cleaning act: p or h
    • "what's it doing?" / "is it charging?" → query_working_status

Troubleshooting

  • No devices found — robot must be set up in the Ecovacs app and bound to the same account used for the API key
  • Authentication errors — verify ECO_API_KEY is correct and ECO_API_URL matches your region
  • Server won't start — ensure uvx is available (pip install uv), or install directly: pip install ecovacs-robot-mcp

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 00:27 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,417
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,202
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,789