Serversio.github.ochtum/capture-screen
S

Capture Screen MCP

io.github.ochtum/capture-screen · v1.0.5
▦ nuget
v1.0.5nuget nuget: CaptureScreenMcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.ochtum/capture-screen",
  "description": "Windows screen capture MCP server with display, region, and active-window capture tools.",
  "title": "Capture Screen MCP",
  "repository": {
    "url": "https://github.com/ochtum/CaptureScreenMCP",
    "source": "github"
  },
  "version": "1.0.5",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}