Capture Screen MCP for Cursor
io.github.ochtum/capture-screen
Windows screen capture MCP server with display, region, and active-window capture tools.
client:Cursor
transport:stdio
runtime:nuget
Install Capture Screen MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"capture-screen": {
"type": "stdio",
"command": "dnx",
"args": [
"CaptureScreenMcp",
"--yes"
],
"env": {
"CAPTURE_SCREEN_DEFAULT_DISPLAY": "<CAPTURE_SCREEN_DEFAULT_DISPLAY>",
"CAPTURE_SCREEN_OUTPUT_DIR": "<CAPTURE_SCREEN_OUTPUT_DIR>",
"CAPTURE_SCREEN_HIDE_FOREGROUND_WINDOWS_TERMINAL": "<CAPTURE_SCREEN_HIDE_FOREGROUND_WINDOWS_TERMINAL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs