terminal-driver-mcp

funkyfunc/terminal-driver-mcp
★ 0 stars TypeScript AI/LLM Updated today
PTY-backed terminal MCP server: gives AI agents a real terminal with headless emulation for driving and testing TUI applications
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "terminal-driver-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "funkyfunc/terminal-driver-mcp"
      ]
    }
  }
}

README Excerpt

A PTY-backed terminal MCP server that gives AI agents a **real interactive terminal**: spawn persistent sessions, read a clean text snapshot of the rendered screen, send keystrokes, wait for patterns or idle, and assert screen state — so agents can drive and test stateful TUI applications (vim, htop, gdb, interactive git) the way a human does.

Tools (1)

scrollback_lines