# htop-dev/htop | Model Context Protocol (MCP) Server > htop - an interactive process viewer - **Stars**: ⭐ 8,228 - **Language**: C - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "htop": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-htop" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "htop": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-htop" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-htop` - **Docker**: `docker run -i --rm mcp/htop`