扫地机器人控制MCP Server
@ecovacs-ai
About 扫地机器人控制MCP Server
Ecovacs MCP Server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ecovacs_mcp": {
"command": "/Users/home/.local/bin/uv",
"args": [
"--directory",
"/Users/home/ecovacs-mcp-main/ecovacs_mcp",
"run",
"robot_mcp_stdio.py"
],
"env": {
"ECO_API_KEY": "your AK...........",
"ECO_API_URL": "https://open.ecovacs.com"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is 扫地机器人控制MCP Server?
扫地机器人控制MCP Server是科沃斯提供的MCP协议服务,允许大模型通过四个核心API(设备列表查询、清扫控制、回充控制、工作状态查询)直接控制科沃斯扫地机器人。智能体开发者只需简单配置即可在AI助手中集成机器人控制能力。
How to use 扫地机器人控制MCP Server?
需先获取科沃斯开放平台的API密钥(AK)并配置环境变量ECO_API_KEY和ECO_API_URL,然后在MCP客户端(如Claude、Cursor)中通过本地命令或SSE方式添加该Server。支持uvx、pip安装或源码运行。
Key features of 扫地机器人控制MCP Server
- 查询用户绑定的所有机器人列表
- 启动、暂停、恢复、停止清扫
- 控制机器人开始或停止回充
- 查询机器人当前清扫、充电、基站状态
- 全球首家兼容MCP协议的机器人服务商
Use cases of 扫地机器人控制MCP Server
- 通过自然语言让AI助手启动客厅机器人清扫
- 在智能家居面板中查询机器人当前工作状态
- 集成到自动化流程中,外出时自动控制回充
FAQ from 扫地机器人控制MCP Server
如何获取API密钥(AK)?
在科沃斯开放平台控制台(中国内地:https://open.ecovacs.cn,非中国内地:https://open.ecovacs.com)创建服务端AK,即可调用机器人API。
需要配置哪些环境变量?
需要设置ECO_API_KEY(API访问密钥)和ECO_API_URL(API HOST)。中国内地使用https://open.ecovacs.cn,非中国内地使用https://open.ecovacs.com。
如何在不同MCP客户端中使用?
Claude for Desktop支持本地命令配置(uvx或python方式);Cursor支持SSE方式连接(通过URL传递AK)。
支持控制哪些机器人?
支持科沃斯品牌的扫地机器人,用户需提前在科沃斯开放平台绑定设备。
如何取消授权?
在科沃斯开放平台控制台中移除AK的授权即可。
More Other MCP servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments