node_exporter (MCP Server)

GitHub

Exporter for machine metrics

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "node_exporter": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-node_exporter"
      ]
    }
  }
}