Loading MCP server directory, please wait...
Find air-quality stations and read pollutant observations from government monitors via OpenAQ v3.
npx @getmcp/cli add io.github.cyanheads/openaq-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
OPENAQ_API_KEYOpenAQ v3 API key, sent as the X-API-Key header. Free from openaq.org.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/openaq-mcp-server": {
"command": "node",
"args": [
"@cyanheads/openaq-mcp-server",
"run",
"start:stdio"
],
"env": {
"OPENAQ_API_KEY": "",
"OPENAQ_API_BASE_URL": "https://api.openaq.org/v3",
"CANVAS_PROVIDER_TYPE": "none",
"MCP_LOG_LEVEL": "info"
}
}
}
}