Back to directory
milk19/weather-mcp

milk19/weather-mcp

@milk19

Weather MCP server for Cline using OpenWeatherMap API

weatheropenweathermapmcpclinetypescriptforecastapitool

Installation & Configuration

{
  "mcpServers": {
    "weather-mcp": {
      "command": "node",
      "args": [
        "build/index.js"
      ],
      "env": {
        "OPENWEATHERMAP_API_KEY": "YOUR_API_KEY",
        "WEATHER_UNITS": "metric"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15