Skip to content

TUI Mode

The TUI is the default when you run mcp-tui without a subcommand. It opens to a connection screen with three tabs: Saved, Discovery, and Manual.

Tabbed connection screen
  • Saved — last successful connections, ready to re-launch.
  • Discovery — auto-finds Claude Desktop, VS Code MCP, and native MCP-TUI configs on disk.
  • Manual — type a --cmd-style command directly, or fill in transport/URL.

Tab cycles tabs; ↑/↓ selects within a list; Enter connects.

Browse tools, resources, prompts

After connecting, the main screen has three columns:

ColumnSourceAction
Toolstools/listEnter opens the input form
Resourcesresources/listEnter reads and renders content
Promptsprompts/listEnter retrieves the prompt template

←/→ moves between columns. ↑/↓ selects within a column.

The input form is generated from the tool’s JSON Schema. Required fields are marked. Type coercion runs automatically — numbers, booleans, and JSON literals are parsed from text.

Result panels are scrollable. Ctrl+↑/↓, PgUp/PgDn, Home/End, and v (view fields) all work.

KeyAction
cCopy CLI command equivalent of the last action
Ctrl+CCopy current result
Ctrl+DOpen debug screen (HTTP timing, MCP messages, logs)
Ctrl+LOpen log viewer
b / Alt+←Back
EscCancel / back

See the keyboard reference for the full list.