MCP.so
Sign In
Servers

Unterm

@zhitongblog

The terminal AI agents can drive: a cross-platform desktop terminal (macOS/Linux/Windows, MIT) that runs a local MCP server. Spawn tabs/panes, run commands with structured output, read screens and full scrollback, take scrolling screenshots, record sessions with secret redaction,

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "unterm": {
      "command": "unterm-cli",
      "args": [
        "mcp-stdio"
      ]
    }
  }
}

More from Developer Tools