# prometheus/node_exporter | Model Context Protocol (MCP) Server > Exporter for machine metrics - **Stars**: ⭐ 13,627 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "node_exporter": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-node_exporter" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "node_exporter": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-node_exporter" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-node_exporter` - **Docker**: `docker run -i --rm mcp/node_exporter`