Capture Screen MCP
About
Windows screen capture MCP server with display, region, and active-window capture tools.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
CAPTURE_SCREEN_DEFAULT_DISPLAY CAPTURE_SCREEN_OUTPUT_DIR CAPTURE_SCREEN_HIDE_FOREGROUND_WINDOWS_TERMINALClaude Code
claude mcp add --env CAPTURE_SCREEN_DEFAULT_DISPLAY= --env CAPTURE_SCREEN_OUTPUT_DIR= --env CAPTURE_SCREEN_HIDE_FOREGROUND_WINDOWS_TERMINAL= capture-screen -- dnx CaptureScreenMcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"capture-screen","command":"dnx","args":["CaptureScreenMcp"],"env":{"CAPTURE_SCREEN_DEFAULT_DISPLAY":"","CAPTURE_SCREEN_OUTPUT_DIR":"","CAPTURE_SCREEN_HIDE_FOREGROUND_WINDOWS_TERMINAL":""}}'
JSON
{
"mcpServers": {
"capture-screen": {
"command": "dnx",
"args": [
"CaptureScreenMcp"
],
"env": {
"CAPTURE_SCREEN_DEFAULT_DISPLAY": "",
"CAPTURE_SCREEN_OUTPUT_DIR": "",
"CAPTURE_SCREEN_HIDE_FOREGROUND_WINDOWS_TERMINAL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.