Skip to main content
Location ServicesPython

isdaniel/mcp_weather_server

Get weather information from https://api.open-meteo.com API.

location-servicescloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/isdaniel/mcp_weather_server

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcpweatherserver": {
      "command": "npx",
      "args": [
        "-y",
        "isdaniel/mcp_weather_server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Location Services
Language
Python
Author
isdaniel