Universal Screenshot MCP for Cursor
io.github.sethbang/screenshot-server
MCP server for web page and cross-platform system screenshots (macOS, Linux, Windows)
client:Cursor
transport:stdio
runtime:npm
Install Universal Screenshot MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"screenshot-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"universal-screenshot-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs