# pavlobu/deskreen | Model Context Protocol (MCP) Server > Deskreen turns any device with a web browser into a secondary screen for your computer. ⭐️ Star to support our work! - **Stars**: ⭐ 21,125 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "deskreen": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-deskreen" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "deskreen": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-deskreen" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-deskreen` - **Docker**: `docker run -i --rm mcp/deskreen`