1. Conduid
  2. AI
  3. Desktop
MCP server · AI

Desktop

MCP server for macOS desktop automation — capture screenshots of the full screen or specific application windows.

Unclaimed MPL-2.0 last commit 6 months ago mcpdesktopscreenshotmacosautomation
80Excellent

Scored a month ago · breakdown

About Desktop

Desktop is an MCP server published by agentify-sh in the AI category: mCP server for macOS desktop automation — capture screenshots of the full screen or specific application windows. It has been installed 0 times through Conduid.

The repository has 136 stars and 5 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx desktop
Claude Code
claude mcp add desktop -- npx -y @lucitra/mcp-desktop
npx
npx -y @lucitra/mcp-desktop

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Desktop

Powered by Claude · Grounded in docs

I know everything about Desktop. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.2.4Agentify Desktop 0.2.4 · 18 May 2026Agentify Desktop 0.2.4 Windows Chrome CDP startup fix. Fixed Fixed Windows Chrome CDP startup by spawning Chrome-family browser executables directly without a shell. Removed the shell-based Chrome CDP launch path that could produce Node…
v0.2.3Agentify Desktop 0.2.3 · 18 May 2026Agentify Desktop 0.2.3 Windows-focused reliability release for the npm and MCP desktop launch paths. Fixed Fixed the Windows npm/global GUI launcher by running Electron through its package CLI with Node instead of the Windows .cmd shim.…
v0.2.2Agentify Desktop 0.2.2 · 18 May 2026Agentify Desktop 0.2.2 Recovery release for the prepared Control Center work that was preserved locally but missed in the earlier 0.2.x publish flow. Restored Improvements Restores the full governor card layout with narrow two-column…
v0.2.1Agentify Desktop 0.2.1 · 18 May 2026Agentify Desktop 0.2.1 Corrective patch for the Control Center UI shipped after 0.2.0. Fixes Restores the intended icon-only header controls for opening the default tab, watch folder, artifacts folder, state folder, and refresh. Adds the…
v0.2.0Agentify Desktop 0.2.0 · 18 May 2026Agentify Desktop 0.2.0 Agentify Desktop 0.2.0 is the first npm-ready public release built around local, signed-in AI web sessions for MCP-capable tools. High-Level Improvements npm-first install path:** run the desktop app or MCP server…

README

Agentify Desktop

Agentify Desktop is a local control center for AI web sessions. It lets MCP-capable tools such as Codex, Claude Code, and OpenCode use the AI subscriptions you are already signed into, while keeping browser state, files, and automation on your machine.

What It Does

  • Opens a local Agentify Control Center.
  • Manages signed-in browser sessions for ChatGPT, Claude, Perplexity, Gemini, Google AI Studio, and Grok.
  • Exposes MCP tools for querying a tab, reading a page, navigating, uploading files, saving artifacts, and reusing stable tab keys.
  • Supports parallel tabs so different agents or tasks can use separate sessions.
  • Packs local repo/file context into prompts when requested.
  • Saves generated images/files locally so they can be reused in follow-up prompts.

Requirements

  • Node.js 20 or newer
  • An MCP-capable CLI if you want tool integration: Codex, Claude Code, or OpenCode

Supported Sites

  • chatgpt.com
  • claude.ai
  • perplexity.ai
  • aistudio.google.com
  • gemini.google.com
  • grok.com

Preferred Install And Run

Start the desktop GUI without cloning this repo:

npx @agentify/desktop

Equivalent explicit GUI command:

npx @agentify/desktop gui

If you prefer a global install:

npm install -g @agentify/desktop
agentify-desktop

If you want the older repo-clone and local source workflow, use DEVELOPMENT_FROM_SOURCE.md.

MCP Server

Run the MCP server over stdio:

npx @agentify/desktop mcp

Show newly-created browser tabs while debugging:

npx @agentify/desktop mcp --show-tabs

With a global install:

agentify-desktop-mcp
agentify-desktop-mcp --show-tabs

Register With MCP Clients

Codex:

codex mcp add agentify-desktop -- npx -y @agentify/desktop mcp

Claude Code:

claude mcp add --transport stdio agentify-desktop -- npx -y @agentify/desktop mcp

OpenCode config example:

{
  "mcp": {
    "agentify-desktop": {
      "type": "local",
      "command": ["npx", "-y", "@agentify/desktop", "mcp"],
      "enabled": true
    }
  }
}

Use --show-tabs at the end of the command while debugging:

codex mcp add agentify-desktop -- npx -y @agentify/desktop mcp --show-tabs

First Run

  1. Start the app:
npx @agentify/desktop
  1. In the Control Center, create or show a ChatGPT tab.

  2. Sign in to the target vendor in the browser window.

  3. Register the MCP server with your CLI.

  4. Ask your MCP client to use Agentify:

Use Agentify Desktop with tab key repo-triage.
Ask ChatGPT to summarize this repo in 8 bullets and list the top 3 risky areas to change first.
Return the answer and keep the tab key stable for follow-ups.

The core loop is:

  • keep a real signed-in browser session open locally
  • call it from an MCP client
  • reuse a stable tab key across follow-up prompts

Useful MCP Tools

The MCP server registers agentify_* tools, including:

  • agentify_query: send a prompt to a stable tab and return the assistant response.
  • agentify_read_page: read visible page text from a tab.
  • agentify_navigate: navigate a tab to a URL.
  • agentify_ensure_ready: wait for login, CAPTCHA, or UI readiness.
  • agentify_show / agentify_hide: bring windows forward or minimize them.
  • agentify_status: inspect tab and readiness state.
  • agentify_tabs, agentify_tab_create, agentify_tab_close: manage tabs.
  • agentify_save_artifacts, agentify_list_artifacts, agentify_open_artifacts_folder: manage generated files/images.
  • agentify_save_bundle, agentify_list_bundles: save and reuse context bundles.
  • agentify_add_watch_folder, agentify_list_watch_folders, agentify_remove_watch_folder: manage watched folders.

Artifact Workflow

Generate an image or file in a stable tab:

{
  "tool": "agentify_query",
  "arguments": {
    "key": "sprite-lab",
    "prompt": "Generate 3 simple 2D pixel-art robot sprite variations on transparent backgrounds."
  }
}

Save the generated images locally:

{
  "tool": "agentify_save_artifacts",
  "arguments": {
    "key": "sprite-lab",
    "mode": "images",
    "maxImages": 3
  }
}

Reattach one of the returned file paths in a follow-up:

{
  "tool": "agentify_query",
  "arguments": {
    "key": "sprite-lab",
    "prompt": "Use the attached sprite and make a damaged version with one broken eye.",
    "attachments": ["/absolute/path/to/sprite.png"]
  }
}

Codebase Context Workflow

Ask Agentify to pack local files or folders into a prompt:

{
  "tool": "agentify_query",
  "arguments": {
    "key": "repo-review",
    "prompt": "Summarize this codebase in 8 bullets and list the top 3 risky files to change first.",
    "contextPaths": ["/absolute/path/to/repo"]
  }
}

Control context size:

{
  "tool": "agentify_query",
  "arguments": {
    "key": "repo-review",
    "prompt": "Focus only on rendering and state management.",
    "contextPaths": ["/absolute/path/to/repo"],
    "maxContextChars": 120000,
    "maxContextFiles": 80,
    "maxContextInlineFiles": 30
  }
}

The tool result includes packedContextSummary so you can see what was included, attached, or skipped.

Browser Backend

Agentify Desktop supports two browser backends:

  • electron: embedded windows managed by Agentify Desktop. This is the default.
  • chrome-cdp: launches or attaches to a Chrome-family browser over Chrome DevTools Protocol.

Use Chrome CDP when SSO providers fight embedded Electron login:

AGENTIFY_DESKTOP_BROWSER_BACKEND=chrome-cdp npx @agentify/desktop

Optional Chrome CDP settings:

AGENTIFY_DESKTOP_CHROME_DEBUG_PORT=9333 npx @agentify/desktop
AGENTIFY_DESKTOP_CHROME_BIN="/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" npx @agentify/desktop

You can also pass GUI flags:

npx @agentify/desktop gui --browser-backend chrome-cdp
npx @agentify/desktop gui --chrome-debug-port 9333

Chrome CDP profile modes:

  • Agentify isolated profile: safest default.
  • Existing Chrome profile: reuses your normal Chrome session. Fully quit Chrome first so the profile is not already locked.

CAPTCHA And Login Policy

Agentify Desktop does not bypass CAPTCHAs or use third-party solvers. If a verification or login challenge appears, automation pauses, brings the relevant window forward, and waits for you to complete the step manually.

If your account uses Google, Microsoft, or Apple SSO, keep auth popups enabled in the Control Center. If embedded login remains unreliable, use Chrome CDP.

Local Data And Privacy

Agentify Desktop is local-first:

  • The local API binds to 127.0.0.1.
  • The local API requires a bearer token stored under ~/.agentify-desktop/.
  • Electron browser data is stored under ~/.agentify-desktop/electron-user-data/.
  • Chrome CDP profile data is stored under ~/.agentify-desktop/chrome-user-data/ unless you choose an existing profile.
  • Artifacts, bundles, logs, and state are stored under ~/.agentify-desktop/.

Anyone with access to your machine account may be able to access local session data. Treat the machine account as the security boundary.

Environment Variables

  • AGENTIFY_DESKTOP_STATE_DIR: override the local state directory.
  • AGENTIFY_DESKTOP_PORT: choose the local API port.
  • AGENTIFY_DESKTOP_SHOW_TABS=true: show newly-created tabs by default.
  • AGENTIFY_DESKTOP_MAX_TABS: cap parallel tabs.
  • AGENTIFY_DESKTOP_BROWSER_BACKEND=electron|chrome-cdp: choose browser backend.
  • AGENTIFY_DESKTOP_CHROME_BIN: choose Chrome/Chromium executable.
  • AGENTIFY_DESKTOP_CHROME_DEBUG_PORT: choose Chrome debug port.
  • AGENTIFY_DESKTOP_CHROME_PROFILE_MODE=isolated|existing: choose Chrome profile mode.
  • AGENTIFY_DESKTOP_CHROME_PROFILE_NAME: choose an existing Chrome profile name.

Development From Source

Source checkout, quickstart script usage, local build commands, and source-only debugging notes live in DEVELOPMENT_FROM_SOURCE.md.

Package Commands

The npm package exposes these commands:

  • agentify-desktop: default GUI launcher, with mcp subcommand support.
  • agentify-desktop-gui: explicit GUI alias.
  • agentify-desktop-mcp: explicit MCP alias.

Examples:

npx @agentify/desktop
npx @agentify/desktop mcp
npx -p @agentify/desktop agentify-desktop-mcp

License And Trademarks

The code is licensed under MPL-2.0. Agentify trademarks and branding are not included in that license. See TRADEMARKS.md.

README mirrored from the source repository a month ago. The original is authoritative.

Questions

About Desktop

How do I install Desktop?

Run npx desktop, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Desktop safe to use with an AI agent?

Its trust score is 80 out of 100 (excellent). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Desktop still maintained?

Yes — the latest release is v0.2.4 (18 May 2026), and the last commit was 6 months ago. The repository has 136 stars and 0 open issues.