Aiterm MCP

This image represents different intelligences sharing one persistent workspace and advancing the same work from their own perspectives. Its 11 documented tools cover pty, agent, claude. It runs locally over stdio via the published package.

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

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 3 · #40 OF 196 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Aiterm MCP

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add kitepon-rgb-aiterm-mcp -- npx -y aiterm-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "kitepon-rgb-aiterm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "aiterm-mcp"
      ]
    }
  }
}

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 aiterm-mcp - unscoped; check the name against the project README before installing

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

03 · What Aiterm MCP can do

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

What you can build

With this server connected, an agent can send text, read output, token-reduced (incremental by default), send a control key, and close idempotently.

Capability map

Tools grouped from the project's README - what Aiterm MCP lets an agent do.

Pty

6 tools - e.g. Grab one terminal, return a session_id; Send text; on an agent session this is a non-blocking dispatch returning an event_cursor; Read output, token-reduced (incremental by default)

pty_open · pty_send · pty_read · pty_key · pty_close · pty_list

Agent

2 tools - e.g. Canonical agent launch; harness and model are independent; Change model/effort in a running Claude, Codex, Grok, Composer, or Cursor session without restarting it

agent_launch · agent_configure

Claude

2 tools - e.g. Issue (dispatch-only) or recover one correlated Claude operation; Inspect or answer the current correlated Claude approval prompt

claude_turn · claude_approval

Diagnostics

1 tool - e.g. Read-only factory readiness as machine-readable JSON

diagnostics

Latest releases

v0.29.0 · 2026-08-25

起動時promptのready gate失敗を、成功形の受領書から明示エラーへ変更しました。 · 背景: Codexの起動前ダイアログ(update確認・directory trust確認)が表示されている間、TUIは入力受付になりません。従来はこの状態でpromptが未送信のまま成功形の受領書(wait_command: null)が返り、呼び出し側が停滞に気づけませんでした(実被弾: 40分)。 · ready…

v0.28.4 · 2026-08-24

Windows工場shellのPowerShell 7統一と、Aiterm公開PTYのWindows backend契約を明確化しました。pty_openのWindows既定はPowerShell 7で、Aitermがpsmuxを内部所有します。PowerShell 5.1へのfallbackはありません。powershell/pwsh指定とThroughline .ps1も検証済みPowerShell…

v0.28.3 · 2026-08-24

stop hook 2本とagent-sharedに三重実装されていたuid()/runtimeStateBase()を、node builtinだけに依存する最下層 src/state-root.ts へ一本化(挙動不変・campaign 32 maintenance queueの解消)。 · 15-tool API・schema・receiptは0.28.2から不変 · 検証: macOS full 355 pass /…

04 · Who maintains Aiterm MCP

aiterm-mcp is maintained by kitepon-rgb. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
browser automation - ranked #40 of 196 actively-maintained browser automation servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-25)
registry
io.github.kitepon-rgb/aiterm-mcp (active, first published 2026-06-08 · 31 versions)
packages
npm:aiterm-mcp

06 · Aiterm MCP FAQ

Is Aiterm MCP still maintained?

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

What can Aiterm MCP do?

With this server connected, an agent can send text, read output, token-reduced (incremental by default), send a control key, and close idempotently.

How do I install Aiterm MCP?

Run `npx -y aiterm-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Aiterm MCP 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 Aiterm MCP

More browser automation MCP servers · Kitewright MCP Server · Inhalt · Lastest · Tap · BrowserTap MCP

More JavaScript MCP servers · BrewPage MCP · Ragalgo · Hermes Atlas MCP · Claudex · Artifacts · see all