Odel
wellness air

wellness air

Local
@davidmosiahTypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmwellness-airv0.5.6

Run

npx -y wellness-air

MCP client config

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