What is the Universal Screenshot MCP MCP server?
MCP server for web page and cross-platform system screenshots (macOS, Linux, Windows)
How to install Universal Screenshot MCP
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": {
"screenshot-server": {
"command": "npx",
"args": [
"-y",
"universal-screenshot-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"screenshot-server": {
"command": "npx",
"args": [
"-y",
"universal-screenshot-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"screenshot-server": {
"command": "npx",
"args": [
"-y",
"universal-screenshot-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"screenshot-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"universal-screenshot-mcp"
]
}
}
}Claude Code
claude mcp add screenshot-server -- npx -y universal-screenshot-mcpRelated MCP servers
Unofficial Proton Mail MCP — send, read, search & organize email over SMTP and IMAP
View repository →