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.
No reviews yet. Be the first to rate this tool.
Sign in to leave a review.