Universal Screenshot MCP for VS Code
io.github.sethbang/screenshot-server
MCP server for web page and cross-platform system screenshots (macOS, Linux, Windows)
client:VS Code
transport:stdio
runtime:npm
Install Universal Screenshot MCP in VS Code
.vscode/mcp.json
{
"servers": {
"screenshot-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"universal-screenshot-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs