Skip to content
Cursor

air-Q for Cursor

io.github.corantgmbh/mcp-airq

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

client:Cursor transport:stdio runtime:pypi

Install air-Q in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

air-Q in other clients