Weather Data MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 950 installs a week from npm.
17 weather tools, no API keys: forecasts, alerts, air quality, marine, radar, lightning, wildfires
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 weather-mcp -- npx -y @dangahagan/weather-mcp
{
"mcpServers": {
"weather-mcp": {
"args": [
"-y",
"@dangahagan/weather-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.weather-mcp]
command = "npx"
args = ["-y", "@dangahagan/weather-mcp"]
{
"mcpServers": {
"weather-mcp": {
"args": [
"-y",
"@dangahagan/weather-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"weather-mcp": {
"args": [
"-y",
"@dangahagan/weather-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.