Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"weather": {
"command": "python",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/weather",
"run",
"weather.py"
]
}
}
}