# plasma-umass/scalene | Model Context Protocol (MCP) Server > Scalene: a high-performance, high-precision CPU, GPU, and memory profiler for Python with AI-powered optimization proposals - **Stars**: ⭐ 13,456 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "scalene": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-scalene" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "scalene": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-scalene" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-scalene` - **Docker**: `docker run -i --rm mcp/scalene`