terminal-use-mcp
Related Servers
Alternatives to terminal-use-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceA local Python MCP server for driving, perceiving, and rendering terminal programs, using a pluggable PTY and pyte screen model to let AI agents interact with real TUIs.14325 PyPI3MIT
- AlicenseAqualityAmaintenanceMCP server for SSH and local terminal access. Supports interactive commands, long-running processes, and TUI apps like tmux/zellij63MIT
- AlicenseAqualityCmaintenanceMCP server that gives AI agents real interactive terminal sessions for running REPLs, SSH, database clients, and any interactive CLI with clean text output and smart completion detection.738 npm18MIT
- AlicenseNot gradedqualityBmaintenanceMCP server enabling AI agents to interact with terminal applications through structured Terminal State Tree representation. Works with any AI assistant that supports the Model Context Protocol.41 npm19MIT
- AlicenseNot gradedqualityCmaintenanceMCP server that lets AI agents see and interact with terminal/CLI applications through virtual terminals and PNG screenshots.74 npmMIT
- AlicenseAqualityCmaintenanceMCP server for managing interactive processes, enabling AI agents to start, interact with, and terminate long-running programs like SSH sessions, REPLs, and installers via read/write operations.88MIT
TDQS
Scored across 29 tools
Most tools are distinct, but several have overlapping functionality: terminal.scroll and terminal.mouse_scroll both control viewport scrolling, terminal.find and terminal.wait_for_text both search screen content, and terminal.type, terminal.paste, terminal.press all send input. This could cause agent confusion.
All tools share the 'terminal.' prefix, but the verb patterns are inconsistent: some are imperative verbs (list, kill, start), while others are noun phrases (keys, targets, provider_capabilities). This mix reduces predictability.
With 29 tools, the server offers extensive functionality, but the number is high compared to typical MCP servers. While each tool serves a specific purpose, the surface could be streamlined without losing core capabilities.
The tool set covers nearly all aspects of terminal interaction: session management, keystrokes, mouse events, text operations, tmux management, and diagnostics. There are no obvious gaps for its intended use case.