π¦
Tui
A comprehensive Terminal User Interface (TUI) and Command Line Interface (CLI) for Model Context Protocol (MCP) servers with full tool, prompt, and resource management
0 installs
Trust: 37 β Low
Ai
Ask AI about Tui
Powered by Claude Β· Grounded in docs
I know everything about Tui. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
MCP-TUI
Fast terminal UI and CLI for testing, debugging, and automating Model Context Protocol servers.
STDIO, SSE, HTTP, and Streamable HTTP transports β built on the official MCP Go SDK.
Install
# Go (recommended)
go install github.com/standardbeagle/mcp-tui@latest
# npm
npm install -g @standardbeagle/mcp-tui
Quick start
Launch the TUI against the official sample server:
mcp-tui --cmd npx --args "@modelcontextprotocol/server-everything,stdio"
Or use CLI mode for scripting:
mcp-tui --cmd npx --args "@modelcontextprotocol/server-everything,stdio" tool list
mcp-tui --cmd npx --args "@modelcontextprotocol/server-everything,stdio" \
tool call echo message='hello mcp'
What it does
- Visual exploration β browse tools, resources, prompts; execute with auto-generated forms.
- CI-friendly CLI β every TUI action has a CLI equivalent.
cin the TUI copies it. - All MCP transports β STDIO, SSE, HTTP, Streamable HTTP.
- Config discovery β finds Claude Desktop, VS Code MCP, and native configs automatically.
- Real debugging β
Ctrl+Dopens HTTP timing, MCP message trace, and structured error classification.
Documentation
Full docs at https://standardbeagle.github.io/mcp-tui/.
Contributing
See CONTRIBUTING.md and ARCHITECTURE.md. Issues and PRs welcome.
