Skip to content
Grok

foehn for Grok

io.github.kayhendriksen/foehn

Access Swiss meteorological open data from MeteoSwiss, powered by foehn

client:Grok transport:stdio runtime:pypi

Install foehn in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "foehn": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "foehn"
      ]
    }
  }
}

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

foehn in other clients