Skip to content
VS Code

foehn for VS Code

io.github.kayhendriksen/foehn

Access Swiss meteorological open data from MeteoSwiss, powered by foehn

client:VS Code transport:stdio runtime:pypi

Install foehn in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

foehn in other clients