Weather-MCP

RashJrEdmund/Weather-MCP
★ 1 stars TypeScript AI/LLM Updated today
A TypeScript MCP server that exposes current weather and forecast tools backed by OpenWeatherMap and deployed on render. Simply ask you're agent for the weather or forecast of any location
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": {
      "command": "npx",
      "args": [
        "-y",
        "RashJrEdmund/Weather-MCP"
      ]
    }
  }
}

Topics

golangmcpmcp-servertypescript