Installation & Configuration
{
"weather_forecast": {
"command": "python3",
"args": [
"/full_path/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
2025/7/23
Updated
2025/7/23
