air-Q runs on your own machine — the client starts it, so there is no endpoint to ping. 386 installs a week from pypi. Last commit 5 Aug 2026.
MCP server for direct HTTP communication with air-Q air quality sensor devices
Today is the operative word: we check air-Q every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
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"
}
}
}
This one needs environment variables set before it will start:
AIRQ_CONFIG_FILE (Path to the air-Q device configuration JSON file), AIRQ_DEVICES (Inline JSON array with configured air-Q devices).
The author declared them in the registry entry; get the values from the project itself.
MCP relay server for Claude Desktop <-> Claude Code communication
MCP server for HarmonyOS development - interact with projects, devices, and applications
MCP server for serial port communication. 25 tools, resources, prompts, and stdio/HTTP transports.
MCP server for air-Q Cloud API — access air quality data from anywhere
MCP server for Qiskit quantum computing with circuit serialization utilities
MCP server for Android automation with UI interaction, screenshots, and device control
Verify AI agent communication with session types and formal proofs
MCP server for browser automation with AI agent
Answers built from our own checks of this server.