← Back to Plugins
MCP Server MCP

Capture Screen MCP

github By github 👁 1 views ▲ 0 votes

Windows screen capture MCP server with display, region, and active-window capture tools.

Homepage Verified source GitHub

Install

nuget:[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "nuget",
      "registryBaseUrl": "https://api.nuget.org/v3/index.json",
      "identifier": "CaptureScreenMcp",
      "version": "1.0.5",
      "runtimeHint": "dnx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Default display selector when capture_display display argument is omitted.",
          "name": "CAPTURE_SCREEN_DEFAULT_DISPLAY"
        },
        {
          "description": "Default output directory for PNG captures. Default is C:\\capture_screen.",
          "name": "CAPTURE_SCREEN_OUTPUT_DIR"
        },
        {
          "description": "Set 0/false/off to disable temporary hiding of overlapping Windows Terminal windows during capture.",
          "name": "CAPTURE_SCREEN_HIDE_FOREGROUND_WINDOWS_TERMINAL"
        }
      ]
    }
  ]
}
mcp model-context-protocol nuget

Comments

Sign in to leave a comment

Loading comments...