# Syllo/nvtop | Model Context Protocol (MCP) Server > GPU & Accelerator process monitoring for AMD, Apple, Huawei, Intel, NVIDIA and Qualcomm - **Stars**: ⭐ 10,620 - **Language**: C - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "nvtop": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-nvtop" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "nvtop": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-nvtop" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-nvtop` - **Docker**: `docker run -i --rm mcp/nvtop`