Agent Device (callstackincubator) MCP Server

Let AI agents inspect, control, and debug real iOS, Android, desktop, and TV apps

People connecting browser automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 4,211 · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Agent Device (callstackincubator)

Claude Code

claude mcp add callstackincubator-agent-device -- npx -y agent-device

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "callstackincubator-agent-device": {
      "command": "npx",
      "args": [
        "-y",
        "agent-device"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package agent-device - unscoped; check the name against the project README before installing

registry namespace io.github.callstackincubator is GitHub-verified and matches the repo owner

03 · What Agent Device (callstackincubator) can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.20.10 · 2026-08-24

Highlights · AI SDK and MCP integrations: A first-party agent-device/ai-sdk tool set makes agent-device available to AI SDK applications, while compact MCP instructions and an MCP-only help tool reduce setup and…

v0.20.9 · 2026-08-17

Highlights · More resilient snapshots across Android and iOS: Android no longer lets empty focusable overlays hide app content, sparse captures now include a fallback screenshot, compact action labels survive…

v0.20.7 · 2026-08-10

Highlights · HarmonyOS support: Automate HarmonyOS devices through HDC, including discovery, snapshots, app lifecycle, HAP deployment, interactions, gestures, keyboard actions, logs, performance sampling, screen…

04 · Who maintains Agent Device (callstackincubator)

agent-device is maintained by callstackincubator. It's the only MCP server we track from this author; the repo dates to Jan 2026.

05 · Facts

category
browser automation - actively maintained as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-24)
registry
io.github.callstackincubator/agent-device (active, first published 2026-05-11 · 6 versions)
packages
npm:agent-device

06 · Agent Device (callstackincubator) FAQ

What is Agent Device (callstackincubator)?

Let AI agents inspect, control, and debug real iOS, Android, desktop, and TV apps

Is Agent Device (callstackincubator) still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Agent Device (callstackincubator)?

Run `npx -y agent-device`. You can also paste the ready-made client config above.

Does Agent Device (callstackincubator) run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Agent Device (callstackincubator)