air-Q runs on your own machine — the client starts it, so there is no endpoint to ping. 263 installs a week from pypi. Last commit 10 Jun 2026.
MCP server for direct HTTP communication with air-Q air quality sensor devices
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-airq -- uvx mcp-airq
{
"mcpServers": {
"mcp-airq": {
"args": [
"mcp-airq"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-airq]
command = "uvx"
args = ["mcp-airq"]
{
"mcpServers": {
"mcp-airq": {
"args": [
"mcp-airq"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp-airq": {
"args": [
"mcp-airq"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.