Odel
air-Q

air-Q

Local
@corantgmbhPythonApache-2.0Updated 1mo ago

MCP server for direct HTTP communication with air-Q air quality sensor devices

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-airqv1.6.5

Run

uvx mcp-airq

MCP client config

{
  "mcpServers": {
    "air-q": {
      "command": "uvx",
      "args": [
        "mcp-airq"
      ]
    }
  }
}