LogoSTMCP
Download
aqara-mcp-server

Aqara MCP Server

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.

Tools

1. device_control

Controls the state or attributes of smart home devices (e.g., on/off, temperature, brightness, color, color temperature).

2. device_query

Retrieves a comprehensive list of devices based on specified locations (rooms) and device types, with support for filtering.

3. device_status_query

Gets the current status information of devices (used to query real-time status like color, brightness, on/off).

4. device_log_query

Queries the historical log information of devices.

5. get_scenes

Queries all scenes in a user's home or scenes in specified rooms.

6. run_scenes

Executes specified scenes by their scene IDs.

7. get_homes

Gets a list of all homes under the user's account.

8. switch_home

Switches the user's currently active home.

9. automation_config

Configures automation (currently only supports scheduled or delayed device control tasks).

Open Graph image for Aqara MCP Server

JSON Config

{
  "mcpServers": {
    "aqara": {
      "type": "http",
      "url": "https://[mcp-server-domain]/echo/mcp",
      "headers": {
        "Authorization": "Bearer [YOUR_API_KEY_HERE]"
      }
    }
  }
}

Useful Links

Information

  • Author@aqara
  • Published date2025/09/13