Netatmo MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.
Netatmo API: weather stations, homes, status, events.
Today is the operative word: we check Netatmo MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
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 netatmo-mcp -- npx -y netatmo-mcp
{
"mcpServers": {
"netatmo-mcp": {
"args": [
"-y",
"netatmo-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.netatmo-mcp]
command = "npx"
args = ["-y", "netatmo-mcp"]
{
"mcpServers": {
"netatmo-mcp": {
"args": [
"-y",
"netatmo-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"netatmo-mcp": {
"args": [
"-y",
"netatmo-mcp"
],
"command": "npx"
}
}
}
Meteostat MCP — historical weather from 11k+ stations (no auth)
US weather, alerts, earthquakes and elevation for AI agents, from NWS/NOAA and USGS. No API keys.
Search NOAA climate stations and datasets, fetch historical weather observations.
NWS MCP — US National Weather Service (no auth)
Aviation Weather MCP — METAR, TAF, PIREPs, AIRMET/SIGMET, station info
US weather station daily summaries from NOAA NCEI. No key required.
Swiss weather data for AI assistants — forecasts, measurements, stations, pollen.
Historical weather and climate: 100+ years of station data, normals, extremes, and trends.
Answers built from our own checks of this server.