MCP Hub
Back to servers

MeteoSwiss MCP Server

Requires Setup

Swiss weather data for AI assistants — forecasts, measurements, stations, pollen.

Registryglama
Stars
1
Updated
Mar 29, 2026
Validated
Mar 31, 2026

Quick Install

npx -y meteoswiss-mcp

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/mcp

Claude 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:latest

Available Tools

ToolDescription
meteoswissLocalForecastMulti-day forecasts by postal code, station, or place name
meteoswissCurrentWeatherReal-time measurements (temperature, wind, humidity, pressure)
meteoswissStationsSearch station network by name, canton, or coordinates
meteoswissPollenDataPollen concentration data from monitoring stations
searchSearch MeteoSwiss website content (DE, FR, IT, EN)
fetchFetch full content from MeteoSwiss pages

Packages

PackageVersionDescription
meteoswiss-mcpnpmMCP server for MeteoSwiss weather data
meteoswiss-skills1.0.0-rc.1Agent 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

Reviews

No reviews yet

Sign in to write a review