weather-mcp-server

acst352/weather-mcp-server
★ 0 stars Unknown language AI/LLM Updated today
Servidor MCP (Model Context Protocol) completo con TypeScript que permite a cualquier LLM (como Claude, GPT o similares) consultar el tiempo meteorológico en cualquier ciudad del mundo usando la API gratuita de Open-Meteo. Proyecto basado en el tutorial de Web Reactiva
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": {
    "weather-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "acst352/weather-mcp-server"
      ]
    }
  }
}