Skip to content
Cursor

wellness air for Cursor

io.github.davidmosiah/wellness-air

Local-first air-quality MCP for AI agents — AirGradient, AirThings, PurpleAir, IQAir, Awair.

client:Cursor transport:stdio runtime:npm

Install wellness air in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "wellness-air": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "wellness-air"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

wellness air in other clients