Skip to main content
Location ServicesPython

devilcoder01/weather-mcp-server

Access real-time weather data for any location using the WeatherAPI.com API, providing detailed forecasts and current conditions.

location-servicescloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/devilcoder01/weather-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "weather-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "devilcoder01/weather-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Location Services
Language
Python
Author
devilcoder01