weather_mcp

ldidone/weather_mcp

3.2

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.

The Argentinian Weather MCP Server provides weather information and forecasts for Argentinian locations using the SMN data.

Tools
2
Resources
0
Prompts
0

Argentinian Weather MCP

MCP Server to provide argentinian weather as a tool. This project was based on the MCP Server Quickstart documentation.

The server exposes 2 tools:

  • get_forecast: allows to get weather forecast for a argentinian location based on SMN.
  • get_weather: allows to get weather information for a specific argentinian city based on SMN.

Configure Claude Desktop as a host:

To use this MCP Server with Claude Desktop you need to add the following configuration into the file claude_desktop_config.json:

{
    "mcpServers": {
        "weather": {
            "command": "uv",
            "args": [
                "--directory",
                "/ABSOLUTE/PATH/TO/PARENT/FOLDER/weather,
                "run",
                "weather.py"
            ]
        }
    }
}

Example of use:

In the following image you can see an example of use the MCP with Claude Desktop asking for the forecast in spanish:

Captura de pantalla 2025-05-18 a la(s) 20 38 41

Contact me: