MCP TUIKit
JSON →A headless terminal and tmux interaction server for Model Context Protocol.
Install
npx -y @dragoscirjan/mcp-tuikit Tools · 8
- create_session Create a new terminal session running a specific command.
- close_session Close an active terminal session.
- create_snapshot Capture a txt and/or png snapshot from an active session.
- send_keys Send keystrokes to an active session using tmux format.
- wait_for_text Wait for a regex pattern to appear in the terminal output.
- run_flow Run a TUI YAML flow and capture artifacts autonomously.
- list_sessions List all active terminal sessions and their states.
- check_system_dependencies Check if the host system has all required dependencies.