air-Q Cloud
Rank #8,428io.github.CorantGmbH/mcp-airq-cloud
MCP server for air-Q Cloud API — access air quality data from anywhere
air-Q Cloud is a Model Context Protocol (MCP) server published by corantgmbh. It ranks #8,428 of 115,591 servers tracked on MCP Toplist. air-Q Cloud is listed across 3 registries — Official MCP, PulseMCP and Glama, with 14 tracked versions. It was first listed on Mar 11, 2026 and most recently updated on Aug 5, 2026.
Ranks ahead of 107,163 of 115,591 servers on MCP Toplist.
Use air-Q Cloud
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-airq-cloud -e "AIRQ_CLOUD_CONFIG_FILE=<your AIRQ_CLOUD_CONFIG_FILE>" -e "AIRQ_CLOUD_DEVICES=<your AIRQ_CLOUD_DEVICES>" -e "AIRQ_CLOUD_API_KEY=<your AIRQ_CLOUD_API_KEY>" -- uvx mcp-airq-cloudReplace each placeholder with your own value before saving.
[mcp_servers.mcp-airq-cloud]
command = "uvx"
args = ["mcp-airq-cloud"]
[mcp_servers.mcp-airq-cloud.env]
AIRQ_CLOUD_CONFIG_FILE = "<your AIRQ_CLOUD_CONFIG_FILE>"
AIRQ_CLOUD_DEVICES = "<your AIRQ_CLOUD_DEVICES>"
AIRQ_CLOUD_API_KEY = "<your AIRQ_CLOUD_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-airq-cloud": {
"command": "uvx",
"args": [
"mcp-airq-cloud"
],
"env": {
"AIRQ_CLOUD_CONFIG_FILE": "<your AIRQ_CLOUD_CONFIG_FILE>",
"AIRQ_CLOUD_DEVICES": "<your AIRQ_CLOUD_DEVICES>",
"AIRQ_CLOUD_API_KEY": "<your AIRQ_CLOUD_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-airq-cloud": {
"command": "uvx",
"args": [
"mcp-airq-cloud"
],
"env": {
"AIRQ_CLOUD_CONFIG_FILE": "<your AIRQ_CLOUD_CONFIG_FILE>",
"AIRQ_CLOUD_DEVICES": "<your AIRQ_CLOUD_DEVICES>",
"AIRQ_CLOUD_API_KEY": "<your AIRQ_CLOUD_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-airq-cloud": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-airq-cloud"
],
"env": {
"AIRQ_CLOUD_CONFIG_FILE": "<your AIRQ_CLOUD_CONFIG_FILE>",
"AIRQ_CLOUD_DEVICES": "<your AIRQ_CLOUD_DEVICES>",
"AIRQ_CLOUD_API_KEY": "<your AIRQ_CLOUD_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-airq-cloud": {
"command": "uvx",
"args": [
"mcp-airq-cloud"
],
"env": {
"AIRQ_CLOUD_CONFIG_FILE": "<your AIRQ_CLOUD_CONFIG_FILE>",
"AIRQ_CLOUD_DEVICES": "<your AIRQ_CLOUD_DEVICES>",
"AIRQ_CLOUD_API_KEY": "<your AIRQ_CLOUD_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-airq-cloud": {
"command": "uvx",
"args": [
"mcp-airq-cloud"
],
"env": {
"AIRQ_CLOUD_CONFIG_FILE": "<your AIRQ_CLOUD_CONFIG_FILE>",
"AIRQ_CLOUD_DEVICES": "<your AIRQ_CLOUD_DEVICES>",
"AIRQ_CLOUD_API_KEY": "<your AIRQ_CLOUD_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.CorantGmbH%2Fmcp-airq-cloud)<a href="https://mcptoplist.com/server/io.github.CorantGmbH%2Fmcp-airq-cloud"><img src="https://mcptoplist.com/badge/io.github.CorantGmbH%2Fmcp-airq-cloud.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
corantgmbh
Other servers by corantgmbh
View all corantgmbh servers →Available versions (14)
| Version | Published |
|---|---|
| 1.4.5 | Aug 5, 2026 |
| 1.4.4 | Mar 16, 2026 |
| 1.4.3 | Mar 16, 2026 |
| 1.4.2 | Mar 16, 2026 |
| 1.4.1 | Mar 16, 2026 |
| 1.4.0 | Mar 16, 2026 |
| 1.3.1 | Mar 14, 2026 |
| 1.3.0 | Mar 14, 2026 |
| 1.2.0 | Mar 14, 2026 |
| 1.1.1 | Mar 13, 2026 |
| 1.0.0 | Mar 11, 2026 |
| 0.1.4 | Mar 11, 2026 |
| 0.1.2 | Mar 11, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains air-Q Cloud?
- air-Q Cloud is maintained by corantgmbh, which publishes 2 MCP servers (36 total versions) tracked on MCP Toplist.
- Is air-Q Cloud listed on the Official MCP Registry?
- Yes — air-Q Cloud is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does air-Q Cloud have?
- MCP Toplist tracks 14 versions of air-Q Cloud, most recently published on Aug 5, 2026.
- Where can I find the source code for air-Q Cloud?
- The source code for air-Q Cloud is hosted at github.com/corantgmbh/mcp-airq-cloud.