Universal Screenshot MCP
Rank #2,573io.github.sethbang/screenshot-server
MCP server for web page and cross-platform system screenshots (macOS, Linux, Windows)
Universal Screenshot MCP is a Model Context Protocol (MCP) server published by sethbang. It ranks #2,573 of 115,591 servers tracked on MCP Toplist, and its repository has 30 GitHub stars. Universal Screenshot MCP is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 6 tracked versions. It was first listed on Dec 31, 2024 and most recently updated on Aug 24, 2026.
Ranks ahead of 113,018 of 115,591 servers on MCP Toplist.
Use Universal Screenshot MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add screenshot-server -- npx -y universal-screenshot-mcp[mcp_servers.screenshot-server]
command = "npx"
args = ["-y", "universal-screenshot-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"screenshot-server": {
"command": "npx",
"args": [
"-y",
"universal-screenshot-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"screenshot-server": {
"command": "npx",
"args": [
"-y",
"universal-screenshot-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"screenshot-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"universal-screenshot-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"screenshot-server": {
"command": "npx",
"args": [
"-y",
"universal-screenshot-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"screenshot-server": {
"command": "npx",
"args": [
"-y",
"universal-screenshot-mcp"
]
}
}
}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.sethbang%2Fscreenshot-server)<a href="https://mcptoplist.com/server/io.github.sethbang%2Fscreenshot-server"><img src="https://mcptoplist.com/badge/io.github.sethbang%2Fscreenshot-server.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
sethbang
Other servers by sethbang
View all sethbang servers →Available versions (6)
| Version | Published |
|---|---|
| 1.4.0 | Aug 24, 2026 |
| 1.2.0 | May 1, 2026 |
| 1.1.2 | Apr 23, 2026 |
| 1.1.1 | Apr 12, 2026 |
| 1.0.0 | Feb 7, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Universal Screenshot MCP?
- Universal Screenshot MCP is maintained by sethbang, which publishes 2 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Universal Screenshot MCP listed on the Official MCP Registry?
- Yes — Universal Screenshot MCP is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Universal Screenshot MCP have?
- MCP Toplist tracks 6 versions of Universal Screenshot MCP, most recently published on Aug 24, 2026.
- Where can I find the source code for Universal Screenshot MCP?
- The source code for Universal Screenshot MCP is hosted at github.com/sethbang/mcp-screenshot-server.