wttr.mcp

say4n/wttr.mcp

3.1

If you are the rightful owner of wttr.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.

wttr.mcp is a Model Context Protocol (MCP) server designed to provide weather information from wttr.in, a popular weather service.

wttr.mcp

a mcp server for wttr.in

usage

cli

uvx --from git+https://github.com/say4n/wttr.mcp.git wttr-mcp

mcp.json

{
    "mcpServers": {
        "wttr-weather": {
            "command": "uvx",
            "args": [
                "--from",
                "git+https://github.com/say4n/wttr.mcp.git",
                "wttr-mcp"
            ]
        }
    }
}