Skip to content
Cline

air-Q for Cline

io.github.corantgmbh/mcp-airq

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

client:Cline transport:stdio runtime:pypi

Install air-Q in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-airq": {
      "command": "uvx",
      "args": [
        "mcp-airq"
      ],
      "env": {
        "AIRQ_CONFIG_FILE": "<AIRQ_CONFIG_FILE>",
        "AIRQ_DEVICES": "<AIRQ_DEVICES>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

air-Q in other clients