MCP server letting Claude see your screen. Windows + macOS + Linux. Zero native runtime deps. Fills Anthropic computer-use macOS-only gap.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"claude-screen-mcp": {
"command": "npx",
"args": [
"-y",
"lfzds4399-cpu/claude-screen-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add claude-screen-mcp npx -y lfzds4399-cpu/claude-screen-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"claude-screen-mcp": {
"command": "npx",
"args": [
"-y",
"lfzds4399-cpu/claude-screen-mcp"
]
}
}
}
📋 Copy
README Excerpt
> **Let Claude see your screen.** A cross-platform MCP server for **Windows + macOS + Linux** with OCR and smart vision-diff. Zero native runtime deps. Anthropic's official `computer-use` MCP for Claude Code is **macOS-only** today. This server fills the gap for **Windows + Linux** — and adds two things the official one doesn't have:
Tools (12)
SCREEN_MCP_LOG_LEVEL SCREEN_MCP_OCR_LANGS find_text_on_screen get_screen_diff list_displays list_windows read_screen_text record_screen screenshot screenshot_if_changed screenshot_region wait_for_change
Topics
anthropic claude computer-use cross-platform linux macos mcp mcp-server model-context-protocol ocr perceptual-hash screenshot tesseract typescript windows