Skip to content
Grok

wellness air for Grok

io.github.davidmosiah/wellness-air

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

client:Grok transport:stdio runtime:npm

Install wellness air in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

wellness air in other clients