deskreen

GitHub

Deskreen turns any device with a web browser into a secondary screen for your computer. โญ๏ธ Star to support our work!

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "deskreen": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-deskreen"
      ]
    }
  }
}