air-Q
Rank #6,888io.github.CorantGmbH/mcp-airq
MCP server for direct HTTP communication with air-Q air quality sensor devices
air-Q is a Model Context Protocol (MCP) server published by corantgmbh. It ranks #6,888 of 115,591 servers tracked on MCP Toplist. air-Q is listed across 3 registries — Official MCP, PulseMCP and Glama, with 22 tracked versions. It was first listed on Mar 6, 2026 and most recently updated on Aug 5, 2026.
Ranks ahead of 108,703 of 115,591 servers on MCP Toplist.
Use air-Q
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-airq -e "AIRQ_CONFIG_FILE=<your AIRQ_CONFIG_FILE>" -e "AIRQ_DEVICES=<your AIRQ_DEVICES>" -- uvx mcp-airqReplace each placeholder with your own value before saving.
[mcp_servers.mcp-airq]
command = "uvx"
args = ["mcp-airq"]
[mcp_servers.mcp-airq.env]
AIRQ_CONFIG_FILE = "<your AIRQ_CONFIG_FILE>"
AIRQ_DEVICES = "<your AIRQ_DEVICES>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-airq": {
"command": "uvx",
"args": [
"mcp-airq"
],
"env": {
"AIRQ_CONFIG_FILE": "<your AIRQ_CONFIG_FILE>",
"AIRQ_DEVICES": "<your AIRQ_DEVICES>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-airq": {
"command": "uvx",
"args": [
"mcp-airq"
],
"env": {
"AIRQ_CONFIG_FILE": "<your AIRQ_CONFIG_FILE>",
"AIRQ_DEVICES": "<your AIRQ_DEVICES>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-airq": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-airq"
],
"env": {
"AIRQ_CONFIG_FILE": "<your AIRQ_CONFIG_FILE>",
"AIRQ_DEVICES": "<your AIRQ_DEVICES>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-airq": {
"command": "uvx",
"args": [
"mcp-airq"
],
"env": {
"AIRQ_CONFIG_FILE": "<your AIRQ_CONFIG_FILE>",
"AIRQ_DEVICES": "<your AIRQ_DEVICES>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-airq": {
"command": "uvx",
"args": [
"mcp-airq"
],
"env": {
"AIRQ_CONFIG_FILE": "<your AIRQ_CONFIG_FILE>",
"AIRQ_DEVICES": "<your AIRQ_DEVICES>"
}
}
}
}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)<a href="https://mcptoplist.com/server/io.github.CorantGmbH%2Fmcp-airq"><img src="https://mcptoplist.com/badge/io.github.CorantGmbH%2Fmcp-airq.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 (22)
| Version | Published |
|---|---|
| 1.6.4 | Aug 5, 2026 |
| 1.6.3 | Mar 16, 2026 |
| 1.6.2 | Mar 16, 2026 |
| 1.6.1 | Mar 16, 2026 |
| 1.6.0 | Mar 16, 2026 |
| 1.5.0 | Mar 14, 2026 |
| 1.4.0 | Mar 14, 2026 |
| 1.3.1 | Mar 13, 2026 |
| 1.2.1 | Mar 13, 2026 |
| 1.2.0 | Mar 12, 2026 |
| 1.1.6 | Mar 10, 2026 |
| 1.1.5 | Mar 10, 2026 |
| 1.1.4 | Mar 9, 2026 |
| 1.1.3 | Mar 7, 2026 |
| 1.1.2 | Mar 7, 2026 |
| 1.1.1 | Mar 7, 2026 |
| 1.1.0 | Mar 7, 2026 |
| 1.0.2 | Mar 7, 2026 |
| 1.0.1 | Mar 7, 2026 |
| 1.0.0 | Mar 7, 2026 |
| 0.1.2 | Mar 6, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains air-Q?
- air-Q is maintained by corantgmbh, which publishes 2 MCP servers (36 total versions) tracked on MCP Toplist.
- Is air-Q listed on the Official MCP Registry?
- Yes — air-Q is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does air-Q have?
- MCP Toplist tracks 22 versions of air-Q, most recently published on Aug 5, 2026.
- Where can I find the source code for air-Q?
- The source code for air-Q is hosted at github.com/corantgmbh/mcp-airq.