Server Config
{
"mcpServers": {
"weather-mcp": {
"command": "npx",
"args": [
"-y",
"@chatmcp/weather-mcp"
],
"env": {
"WEATHER_API_KEY": "xxx"
}
}
}
}{
"mcpServers": {
"weather-mcp": {
"command": "npx",
"args": [
"-y",
"@chatmcp/weather-mcp"
],
"env": {
"WEATHER_API_KEY": "xxx"
}
}
}
}