geosphere-mcp-server

slettmayer/geosphere-mcp-server
★ 0 stars Python API Integration Updated today
MCP server for weather forecasts: GeoSphere Austria high-resolution data (AROME/INCA/C-LAEF) for Austria and the Alps, Open-Meteo worldwide.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "geosphere-mcp-server": {
      "command": "uvx",
      "args": [
        "geosphere-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install geosphere-mcp-server