MCP Server
Maintained
io.github.Digital-Defiance/mcp-screenshot MCP Server
io.github.Digital-Defiance/mcp-screenshot
What is the io.github.Digital-Defiance/mcp-screenshot MCP server?
Screenshot capture with PII masking and cross-platform support for AI agents
How to install io.github.Digital-Defiance/mcp-screenshot
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-screenshot": {
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-screenshot"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-screenshot": {
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-screenshot"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-screenshot": {
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-screenshot"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-screenshot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-screenshot"
]
}
}
}Claude Code
claude mcp add mcp-screenshot -- npx -y @ai-capabilities-suite/mcp-screenshotRelated MCP servers
Advanced filesystem operations with strict security boundaries for AI agents
3
View repository →JavaScript
MIT
io.github.Digital-Defiance/mcp-process
Maintained
Process management and monitoring for AI agents with strict security boundaries
3
View repository →JavaScript
MIT
io.github.Digital-Defiance/mcp-debugger
Maintained
Node.js and TypeScript debugging with 25+ tools for AI agents
2
View repository →TypeScript
MIT