Weather MCP Server for Zed
io.github.isdaniel/mcp_weather_server
providing weather information, air quality data, and timezone utilities using the Open-Meteo API.
client:Zed
transport:stdio
runtime:pypi
Install Weather MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp_weather_server": {
"command": "uvx",
"args": [
"mcp-weather-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs