SmartCLI - drive terminal TUIs MCP Server

Read this in: English · 简体中文 · 繁體中文 · 日本語 · 한국어. It runs locally over stdio via the published package.

People connecting design tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-10 · ★ 3 · #39 OF 74 MAINTAINED DESIGN · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install SmartCLI - drive terminal TUIs

Claude Code

claude mcp add dwgx-smartcli -- uvx smartcli-toolkit

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "dwgx-smartcli": {
      "command": "uvx",
      "args": [
        "smartcli-toolkit"
      ]
    }
  }
}

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

repo age created 2026-07-08 - young repo, little track record yet

license MIT - declared in the repository

pypi package smartcli-toolkit - check the name against the project README before installing (PyPI has no namespace ownership)

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

03 · What SmartCLI - drive terminal TUIs can do

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

Latest releases

v0.2.3 · 2026-08-09

Install the three Claude Code skills - one zip, no git, no pip · curl -LO · unzip smartcli-skills.zip -d ~/.claude/skills/ · 309 KiB. cmd-art and tui-ui then run on CPython 3.10+ with no third-party · packages at all…

v0.2.2 · 2026-08-09

A control-plane correctness release. The headline is that close could delete a · live daemon's registry entry, stranding a real PTY child while the very command · this project tells you to use for confirming…

v0.2.1 · 2026-08-06

A perception-correctness release. The headline is not a feature: an upgrade of · pyte alone could have blanked the primary screen for every 0.2.0 user, and · this release defuses that before it ships upstream.…

04 · Who maintains SmartCLI - drive terminal TUIs

SmartCLI - drive terminal TUIs is maintained by dwgx. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
design - ranked #39 of 74 actively-maintained design servers as of 2026-08-25.
release cadence
6 releases in the last 90 days (latest 2026-08-09)
registry
io.github.dwgx/smartcli (active, first published 2026-07-15 · 5 versions)
packages
pypi:smartcli-toolkit

06 · SmartCLI - drive terminal TUIs FAQ

What is SmartCLI - drive terminal TUIs?

Read this in: English · 简体中文 · 繁體中文 · 日本語 · 한국어. It runs locally over stdio via the published package.

Is SmartCLI - drive terminal TUIs still maintained?

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

How do I install SmartCLI - drive terminal TUIs?

Run `uvx smartcli-toolkit`. You can also paste the ready-made client config above.

Does SmartCLI - drive terminal TUIs run locally?

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

07 · Alternatives to SmartCLI - drive terminal TUIs