Aqara MCP Server is a smart home automation control service built on the Model Context Protocol, enabling seamless integration between AI assistants and the Aqara smart home ecosystem for comprehensive device control and automation.
Controls the state or attributes of smart home devices (e.g., on/off, temperature, brightness, color, color temperature).
Retrieves a comprehensive list of devices based on specified locations (rooms) and device types, with support for filtering.
Gets the current status information of devices (used to query real-time status like color, brightness, on/off).
Queries the historical log information of devices.
Queries all scenes in a user's home or scenes in specified rooms.
Executes specified scenes by their scene IDs.
Gets a list of all homes under the user's account.
Switches the user's currently active home.
Configures automation (currently only supports scheduled or delayed device control tasks).
{
"mcpServers": {
"aqara": {
"type": "http",
"url": "https://[mcp-server-domain]/echo/mcp",
"headers": {
"Authorization": "Bearer [YOUR_API_KEY_HERE]"
}
}
}
}