mcp-screenshot-server
If you are the rightful owner of mcp-screenshot-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A lightweight, MCP-compatible screenshot microservice built with FastAPI for Windows.
The MCP Screenshot Server is a microservice designed to facilitate the capture of screenshots on Windows systems. Built with FastAPI, it allows AI agents and automation tools to capture full-screen, region-based, or window-specific screenshots through simple HTTP calls. The server is MCP-compatible, making it suitable for integration with LLMs and other automation frameworks. It supports capturing images in PNG format or as base64-encoded strings, providing flexibility for various use cases such as QA testing, monitoring, and visual debugging. The service is open-source under the MIT License, encouraging contributions and extensions for broader platform support.
Features
- Capture full-screen screenshots
- Capture specific window by title
- Capture custom regions [x, y, width, height]
- MCP-compliant REST API
- Returns images as PNG or base64