MeteoSwiss MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MeteoSwiss MCP Serverwhat's the current weather report for Northern Switzerland?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MeteoSwiss LLM Tools
Swiss weather data for AI assistants — powered by MeteoSwiss Open Data, the same data behind the MeteoSwiss app and website.
Multi-day forecasts for ~6000 Swiss locations (postal codes, stations, place names)
Real-time measurements from ~160 automatic weather stations, updated every 10 minutes
Station discovery by name, canton, or GPS coordinates
Pollen monitoring from ~15 stations across Switzerland
MeteoSwiss website search and content retrieval
Use the Hosted Service
No installation required — the MCP server is hosted at https://meteoswiss-mcp.ars.is.
Claude Code
claude mcp add meteoswiss https://meteoswiss-mcp.ars.is/mcpClaude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"meteoswiss": {
"command": "npx",
"args": ["mcp-remote", "https://meteoswiss-mcp.ars.is/mcp"]
}
}
}Docker
docker run -p 3000:3000 ghcr.io/eins78/meteoswiss-mcp:latestAvailable Tools
Tool | Description |
| Multi-day forecasts by postal code, station, or place name |
| Real-time measurements (temperature, wind, humidity, pressure) |
| Search station network by name, canton, or coordinates |
| Pollen concentration data from monitoring stations |
| Search MeteoSwiss website content (DE, FR, IT, EN) |
| Fetch full content from MeteoSwiss pages |
Packages
Package | Version | Description |
MCP server for MeteoSwiss weather data | ||
1.0.0-rc.1 | Agent skill for direct MeteoSwiss Open Data access (no MCP server needed) |
See the meteoswiss-mcp README for full documentation, self-hosting, environment variables, and development setup.
License
CC0-1.0 — public domain
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/eins78/mcp-server-meteoswiss'
If you have feedback or need assistance with the MCP directory API, please join our Discord server