mcpbeat Sign in

Netatmo MCP Server

local only

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.

Installs / week
npm · netatmo-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add netatmo-mcp -- npx -y netatmo-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "netatmo-mcp": {
      "args": [
        "-y",
        "netatmo-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.netatmo-mcp]
command = "npx"
args = ["-y", "netatmo-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "netatmo-mcp": {
      "args": [
        "-y",
        "netatmo-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "netatmo-mcp": {
      "args": [
        "-y",
        "netatmo-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Netatmo MCP

same job, measured the same way
Meteostat
by pipeworx-io

Meteostat MCP — historical weather from 11k+ stations (no auth)

34 tools answering
Weather Intel MCP
by datakoot

US weather, alerts, earthquakes and elevation for AI agents, from NWS/NOAA and USGS. No API keys.

6 tools answering
Noaa Climate MCP Server
by cyanheads

Search NOAA climate stations and datasets, fetch historical weather observations.

226 installs/wk 10 tools answering
Nws
by pipeworx-io

NWS MCP — US National Weather Service (no auth)

41 tools answering
Aviation Weather
by pipeworx-io

Aviation Weather MCP — METAR, TAF, PIREPs, AIRMET/SIGMET, station info

44 tools answering
Noaa Ncei MCP
by mrfentmen

US weather station daily summaries from NOAA NCEI. No key required.

114 installs/wk local only
MeteoSwiss MCP Server
by eins78

Swiss weather data for AI assistants — forecasts, measurements, stations, pollen.

102 installs/wk 7 tools answering
Weathersight
by weathersight

Historical weather and climate: 100+ years of station data, normals, extremes, and trends.

answering

Netatmo MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Netatmo MCP?
Netatmo MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package netatmo-mcp.
How do I connect Netatmo MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls netatmo-mcp straight from npm; nothing to host, nothing to sign up for.
Is Netatmo MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.