Skip to content
VS Code

mcp screenshot for VS Code

io.github.digital-defiance/mcp-screenshot

Screenshot capture with PII masking and cross-platform support for AI agents

client:VS Code transport:stdio runtime:npm

Install mcp screenshot in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-screenshot": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ai-capabilities-suite/mcp-screenshot"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp screenshot in other clients