a year ago
Aqara's official MCP Server
Overview
Aqara MCP Server
Aqara MCP Server is an intelligent home automation control service built on the MCP (Model Context Protocol). It enables any MCP-compatible AI assistant or API (such as Claude, Cursor, etc.) to interact with your Aqara smart home devices, providing natural language device control, status queries, and scene execution capabilities.
Server Config
{
"mcpServers": {
"aqara": {
"command": "/<File Directory>/aqara-mcp-server",
"args": [
"run",
"stdio"
],
"env": {
"token": "",
"region": ""
}
}
}
}