loading…
Search for a command to run...
loading…
A comprehensive Terminal User Interface (TUI) and Command Line Interface (CLI) for Model Context Protocol (MCP) servers with full tool, prompt, and resource man
A comprehensive Terminal User Interface (TUI) and Command Line Interface (CLI) for Model Context Protocol (MCP) servers with full tool, prompt, and resource management
go install npm License: MIT Docs
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.
# Go (recommended)
go install github.com/standardbeagle/mcp-tui@latest
# npm
npm install -g @standardbeagle/mcp-tui
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'
c in the TUI copies it.Ctrl+D opens HTTP timing, MCP message trace, and structured error classification.
Full docs at https://standardbeagle.github.io/mcp-tui/.
See CONTRIBUTING.md and ARCHITECTURE.md. Issues and PRs welcome.
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"tui": {
"command": "npx",
"args": [
"-y",
"@standardbeagle/mcp-tui"
]
}
}
}pro tip
Just installed Tui? Say to Claude: "remember why I installed Tuiand what I want to try" — it'll save into your Vault.
how this works →