MCP Screenshot
Rank #31,783io.github.Digital-Defiance/mcp-screenshot
MCP server providing screenshot capabilities
MCP Screenshot is a Model Context Protocol (MCP) server published by digital-defiance. It ranks #31,783 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. MCP Screenshot is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Dec 2, 2025 and most recently updated on Dec 5, 2025.
Ranks ahead of 83,808 of 115,591 servers on MCP Toplist.
Use MCP Screenshot
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-screenshot -- npx -y @ai-capabilities-suite/mcp-screenshot[mcp_servers.mcp-screenshot]
command = "npx"
args = ["-y", "@ai-capabilities-suite/mcp-screenshot"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-screenshot": {
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-screenshot"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-screenshot": {
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-screenshot"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-screenshot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-screenshot"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-screenshot": {
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-screenshot"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-screenshot": {
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-screenshot"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Digital-Defiance%2Fmcp-screenshot)<a href="https://mcptoplist.com/server/io.github.Digital-Defiance%2Fmcp-screenshot"><img src="https://mcptoplist.com/badge/io.github.Digital-Defiance%2Fmcp-screenshot.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
digital-defiance
Other servers by digital-defiance
View all digital-defiance servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.3 | Dec 5, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Screenshot?
- MCP Screenshot is maintained by digital-defiance, which publishes 4 MCP servers (12 total versions) tracked on MCP Toplist.
- Is MCP Screenshot listed on the Official MCP Registry?
- Yes — MCP Screenshot is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Screenshot have?
- MCP Toplist tracks 2 versions of MCP Screenshot, most recently published on Dec 5, 2025.
- Where can I find the source code for MCP Screenshot?
- The source code for MCP Screenshot is hosted at github.com/digital-defiance/mcp-screenshot.