Skip to content

saksofonists/printscreen-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

printscreen-mcp

MCP server for taking screenshots on Windows.

Tools

Tool Description
list_windows List visible windows (id, title, appName, screen)
screenshot_window Capture window by ID or title
screenshot_screen Capture entire screen by index

Install

Claude Code

claude mcp add printscreen-mcp -- npx -y github:saksofonists/printscreen-mcp

Claude Desktop

Add to %APPDATA%\Claude\claude_desktop_config.json:

{
  "mcpServers": {
    "prtscr": {
      "command": "npx",
      "args": ["-y", "github:saksofonists/printscreen-mcp"]
    }
  }
}

Build from Source

git clone https://github.com/saksofonists/printscreen-mcp
cd printscreen-mcp
npm install
npm run build

About

MCP to take screenshots on Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors