Labsco
sarfraznawaz2005 logo

Windows Screenshots

โ˜… 2

from sarfraznawaz2005

A Model Context Protocol (MCP) server that provides screenshot capture functionality on Windows systems.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

MCP Windows Screenshots

A Model Context Protocol (MCP) server that provides screenshot capture functionality on Windows systems.

Features

  • Full-screen screenshots: Capture entire monitors or all monitors
  • Region screenshots: Interactive area selection for targeted captures
  • Screenshot management: List and manage captured screenshots
  • Image embedding: Optional base64 image embedding in MCP responses
  • Cross-monitor support: Handle multi-monitor setups

Development

Building

npm run build

Testing

The server can be tested using the MCP inspector:

npm run inspector

This starts the server and opens a debugging interface to test the available tools.

Project Structure

โ”œโ”€โ”€ src/
โ”‚   โ””โ”€โ”€ index.ts          # Main server implementation
โ”œโ”€โ”€ build/                # Compiled JavaScript output
โ”œโ”€โ”€ screenshots/          # Screenshot storage directory
โ”œโ”€โ”€ bin/
โ”‚   โ””โ”€โ”€ RegionSnip.exe    # Helper executable (not included)
โ”œโ”€โ”€ package.json
โ””โ”€โ”€ README.md