Odel
mcp screenshot

mcp screenshot

Local
@digital-defiance2TypeScriptUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted β€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@ai-capabilities-suite/mcp-screenshotv1.0.3

Run

npx -y @ai-capabilities-suite/mcp-screenshot

MCP client config

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