weather-mcp

CeVauDe/weather-mcp

3.1

If you are the rightful owner of weather-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An MCP server designed to fetch weather data from OpenMeteo.

weather-mcp

An MCP server to fetch weather from OpenMeteo based on this instruction

Running the mcp server

Important: You have to build the referenced docker image first! You can use uv run poe build-docker for this.

To use the mcp server in VS Code, add the following to your mcp.json:

...
"servers": {
    "weather_mcp": {
        "command": "docker",
        "args": [
            "run",
            "-i",
            "--rm",
            "cevaude/weather-mcp:0.1.0"
        ]
    }
},
...