Skip to content
Grok

Capture Screen MCP for Grok

io.github.ochtum/capture-screen

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

client:Grok transport:stdio runtime:nuget

Install Capture Screen MCP in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "capture-screen": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "CaptureScreenMcp",
        "--yes"
      ],
      "env": {
        "CAPTURE_SCREEN_DEFAULT_DISPLAY": "<CAPTURE_SCREEN_DEFAULT_DISPLAY>",
        "CAPTURE_SCREEN_OUTPUT_DIR": "<CAPTURE_SCREEN_OUTPUT_DIR>",
        "CAPTURE_SCREEN_HIDE_FOREGROUND_WINDOWS_TERMINAL": "<CAPTURE_SCREEN_HIDE_FOREGROUND_WINDOWS_TERMINAL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Capture Screen MCP in other clients