Capture Screen MCP for Windsurf
io.github.ochtum/capture-screen
Windows screen capture MCP server with display, region, and active-window capture tools.
client:Windsurf
transport:stdio
runtime:nuget
Install Capture Screen MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"capture-screen": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs