Skip to content
Windsurf

Universal Screenshot MCP for Windsurf

io.github.sethbang/screenshot-server

MCP server for web page and cross-platform system screenshots (macOS, Linux, Windows)

client:Windsurf transport:stdio runtime:npm

Install Universal Screenshot MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "screenshot-server": {
      "command": "npx",
      "args": [
        "-y",
        "universal-screenshot-mcp"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Universal Screenshot MCP in other clients