Skip to content
VS Code

netatmo mcp for VS Code

io.github.mrfentmen/netatmo-mcp

Netatmo API: weather stations, homes, status, events.

client:VS Code transport:stdio runtime:npm

Install netatmo mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "netatmo-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "netatmo-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

netatmo mcp in other clients