Swiss weather data for AI assistants β forecasts, measurements, stations, pollen.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Swiss weather data for AI assistants β powered by MeteoSwiss Open Government Data (OGD), the same data behind the MeteoSwiss app and website. Free, no API key required.
meteoswiss-mcp.ars.is β try the hosted service instantly, no setup needed.
This repo is also a working answer to a design question: how should you give AI agents access to a public dataset? It implements the same MeteoSwiss data access twice β as an agent skill (markdown instructions plus bash scripts, no server) and as an MCP server (structured tools, fuzzy matching, caching, hosted). The two approaches are compared honestly in the skill vs. MCP case study.
A third piece, meteoswiss-forecast-evals, demonstrates eval-driven interface design: a promptfoo suite measuring how well 13 LLMs read the forecast JSON, which settled a real design decision β local-time timestamps beat UTC, with hour-level lookups scoring ~100% vs. ~0%.
What the tools provide:
curl/awk/jq: ~630 lines of markdown and bash, zero infrastructure. β packages/meteoswiss-skillsRead the comparison: Skill vs. MCP Server: Two Ways to Give AI Agents the Same Data.
Both approaches answer the same weather questions. Which to install depends on your agent:
| MCP Server | Agent Skill | |
|---|---|---|
| What it is | Standalone server exposing 7 structured tools via MCP | Markdown instructions + 5 bash scripts the agent runs directly |
| Works with | Claude Desktop, Claude.ai, Cursor, any MCP client | Claude Code, Cursor, any agent with shell access |
| Coverage | Forecasts, current weather, stations, pollen, climate series, website search | Forecasts, current weather, stations, pollen |
| Extras | Fuzzy matching, geocoding, caching, DE/FR/IT prompts, structured JSON | No server, no Node.js β just curl, awk, jq |
| Size | ~6.6k lines TypeScript, tested in CI | ~630 lines markdown + bash |
| Install | One-liner (hosted), npm, or Docker | Plugin marketplace, Skills CLI, or symlink |
Full comparison β parity matrix, engineering trade-offs, context cost, when to choose which: docs/skill-vs-mcp.md.
Use the hosted instance (no installation):
For Cursor, install from the Cursor Directory or add manually via Settings β MCP.
Or self-host with Docker:
See the meteoswiss-mcp README for Claude Desktop setup, environment variables, and full documentation.
Install via the Claude Code plugin marketplace:
Or with the Skills CLI:
See the meteoswiss-skills README for manual installation and details.
| Tool | Description |
|---|---|
meteoswissLocalForecast | Multi-day forecasts by postal code, station, or place name |
meteoswissCurrentWeather | Real-time measurements (temperature, wind, humidity, pressure) |
meteoswissStations | Search station network by name, canton, or coordinates |
meteoswissPollenData | Pollen concentration data from monitoring stations |
meteoswissClimateData | NBCN climate series β temperature, precipitation, sunshine, and climate indicators going back decades |
search | Search MeteoSwiss website content (DE, FR, IT, EN) |
fetch | Fetch full content from MeteoSwiss pages |
Works with both approaches β just ask in any of Switzerland's four languages:
| Package | Version | Description |
|---|---|---|
meteoswiss-mcp | MCP server with structured tools, fuzzy matching, and geocoding | |
meteoswiss-skills | 1.0.0 | Agent skill β direct HTTP access, no server needed |
meteoswiss-forecast-evals | β | LLM eval suite for the forecast JSON format (standalone, not a workspace member) |
See each package's README for package-specific commands. The repo uses changesets for versioning.
Manual, point-in-time test reports (e.g. live MCP tool test passes) live in docs/test-reports/.
All weather data comes from MeteoSwiss Open Government Data (OGD) β the official free data offering from Switzerland's Federal Office of Meteorology and Climatology. The same data powers the MeteoSwiss app and website.
CC0-1.0 β public domain
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/meteoswiss-mcp-server)<a href="https://allmcps.com/mcp/meteoswiss-mcp-server"><img src="https://allmcps.com/api/badge/meteoswiss-mcp-server?style=directory" alt="MeteoSwiss MCP Server on AllMCPs" /></a>