Installation & Configuration
{
"weather_forecast": {
"command": "python3",
"args": [
"weather_mcp_server.py"
],
"env": {
"OPENWEATHER_API_KEY": "your_openweathermap_key_here"
},
"disabled": false,
"autoApprove": [
"get_weather",
"get_current_weather"
]
}
}Information
Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/12