Back to Apps

Window Capture MCP
Supports UIby sun-zhenxing
Pure Rust MCP server for high-performance screenshots, allowing AI agents to see your screen and active windows.
0 stars
Works in:claude
Exposes:Tools
What it does
Window Capture MCP provides a high-performance bridge between an AI agent and your operating system's display. It allows agents to programmatically capture screenshots of specific windows or entire monitors, providing critical visual context for debugging, UI automation, and screen-aware assistance.
Tools
get_monitor_count: Retrieves details about all connected monitors.get_screen_screenshot: Captures a Base64-encoded PNG of a specific monitor.get_window_list: Lists all active windows with their IDs and titles.get_window_screenshot: Captures a Base64-encoded PNG of a specific window by ID.close_window: Programmatically closes a target window.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"window-cap": {
"command": "window-cap-mcp"
}
}
}
Supported hosts
- Claude Desktop
Quick install
pip install window-cap-mcpInformation
- Pricing
- free
- Published
- 6/30/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"window-cap": {"command": "window-cap-mcp"}}}





