The MCP server allows LLMs to query Swiss weather data directly from MeteoSwiss open data collections. It downloads data via the STAC API and converts it to Parquet format.
From the registry: Access Swiss meteorological open data from MeteoSwiss, powered by foehn
$ pip install 'foehn[mcp]'https://pypi.org/project/foehn/Please install the `foehn` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Python 3.10+** — Requires Python 3.10 or later
- **Install foehn with MCP extra** — Install foehn with the MCP extra Run: `pip install 'foehn[mcp]'` (https://pypi.org/project/foehn/)
Canonical MCP server config (stdio transport):
- command: `foehn`
- args: ["mcp"]
Note: Gives LLMs live access to MeteoSwiss open weather data (20+ collections).
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.MCP server for searching Airweave collections with natural language queries.