air-Q Cloud
About
MCP server for air-Q Cloud API — access air quality data from anywhere
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
AIRQ_CLOUD_CONFIG_FILE AIRQ_CLOUD_DEVICES AIRQ_CLOUD_API_KEYClaude Code
claude mcp add --env AIRQ_CLOUD_CONFIG_FILE= --env AIRQ_CLOUD_DEVICES= --env AIRQ_CLOUD_API_KEY= mcp-airq-cloud -- uvx mcp-airq-cloud
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-airq-cloud","command":"uvx","args":["mcp-airq-cloud"],"env":{"AIRQ_CLOUD_CONFIG_FILE":"","AIRQ_CLOUD_DEVICES":"","AIRQ_CLOUD_API_KEY":""}}'
JSON
{
"mcpServers": {
"mcp-airq-cloud": {
"command": "uvx",
"args": [
"mcp-airq-cloud"
],
"env": {
"AIRQ_CLOUD_CONFIG_FILE": "",
"AIRQ_CLOUD_DEVICES": "",
"AIRQ_CLOUD_API_KEY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.