Weather MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 1 245 installs a week from pypi. Last commit 26 Jul 2026.
providing weather information, air quality data, and timezone utilities using the Open-Meteo API.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp_weather_server -- uvx mcp-weather-server
{
"mcpServers": {
"mcp_weather_server": {
"args": [
"mcp-weather-server"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp_weather_server]
command = "uvx"
args = ["mcp-weather-server"]
{
"mcpServers": {
"mcp_weather_server": {
"args": [
"mcp-weather-server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp_weather_server": {
"args": [
"mcp-weather-server"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.