Server Config
{
"mcpServers": {
"openweather": {
"command": "npx",
"args": [
"openweather-mcp"
],
"env": {
"OPENWEATHER_API_KEY": "your_api_key_here"
}
}
}
}{
"mcpServers": {
"openweather": {
"command": "npx",
"args": [
"openweather-mcp"
],
"env": {
"OPENWEATHER_API_KEY": "your_api_key_here"
}
}
}
}