air-Q for Cursor
io.github.corantgmbh/mcp-airq
MCP server for direct HTTP communication with air-Q air quality sensor devices
client:Cursor
transport:stdio
runtime:pypi
Install air-Q in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-airq": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-airq"
],
"env": {
"AIRQ_CONFIG_FILE": "<AIRQ_CONFIG_FILE>",
"AIRQ_DEVICES": "<AIRQ_DEVICES>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs