openaq mcp server for Cursor
io.github.cyanheads/openaq-mcp-server
Find air-quality stations and read pollutant observations from government monitors via OpenAQ v3.
client:Cursor
transport:streamable-http
runtime:npm
tools:7
Install openaq mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"openaq-mcp-server": {
"url": "https://openaq.caseyjhand.com/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs