
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
codex-mcp-screenshot
Advanced tools
A macOS-only Model Context Protocol (MCP) server and CLI that captures the front-most window of a named application. It supports inline previews in compatible terminals, optional clipboard copy, and an on-demand image payload for Codex clients.
Safari, Xcode)codex-mcp-screenshot) and CLI (codex-screenshot)npx usagescreencapture binary (built-in)npm install -g codex-mcp-screenshot # optional global install
# or invoke ad-hoc with npx (see below)
Update ~/.config/codex/config.toml:
[mcp_servers.screenshot]
command = "npx"
args = ["-y", "codex-mcp-screenshot@latest"]
Then in your Codex session call the tool:
screenshot_app {"app":"Safari","copyToClipboard":true}
The response includes:
content: text summary (path, clipboard status) and, when requested, an image attachmentmetadata: path, display preference, and whether the PNG was copiedTo avoid overflowing the model context, the server does not send base64 image data unless you opt in:
screenshot_app {"app":"Safari","includeImage":true}
Use this only when you really need the image streamed back to Codex.
npx codex-mcp-screenshot --app "Safari" --display inline --copy
# shorthand once installed globally
codex-screenshot --app "Xcode" --display path
CLI flags:
--app <name> (required): App name as shown in Activity Monitor / Dock--display <auto|inline|path|base64> (default auto)--copy: copy PNG data to the clipboard--out-dir <path>: custom destination foldersrc/shared/macos.js — window discovery + screenshot capture via AppleScript and screencapturesrc/shared/display.js — inline rendering helpers for supported terminalssrc/server.js — MCP entrypoint (also exposed as codex-mcp-screenshot bin)src/cli.js — CLI wrapper around the same capture pipelineMIT
FAQs
Codex MCP server and CLI for capturing macOS app screenshots
The npm package codex-mcp-screenshot receives a total of 0 weekly downloads. As such, codex-mcp-screenshot popularity was classified as not popular.
We found that codex-mcp-screenshot demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.