MCP Servers / development / MCP TUIKit

MCP TUIKit

JSON →
httpnonedevelopment

A headless terminal and tmux interaction server for Model Context Protocol.

Install
How to run this server
[ { "cmd": "npx -y @dragoscirjan/mcp-tuikit", "imports": [] } ]
server path: mcp-tuikit
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
Resources
MCP TUIKit — MCP Server · libregistry