aybelatchane/mcp-server-terminal
Terminal MCP Server - Model Context Protocol server for TUI/CLI automation with structured Terminal State Tree (TST)
Platform-specific configuration:
{
"mcpServers": {
"mcp-server-terminal": {
"command": "npx",
"args": [
"-y",
"mcp-server-terminal"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/mcp-server-terminal) [](https://www.npmjs.com/package/mcp-server-terminal) [](https://opensource.org/licenses/MIT)
MCP 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.
npx mcp-server-terminalDownload pre-built binaries from Releases.
git clone https://github.com/aybelatchane/mcp-server-terminal.git
cd mcp-server-terminal
cargo build --release
# Binary: ./target/release/terminal-mcpclaude mcp add terminal -- npx mcp-server-terminalAdd to ~/.claude.json (macOS/Linux) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"terminal": {
"command": "npx",
"args": ["mcp-server-terminal"]
}
}
}---
codex mcp add terminal -- npx mcp-server-terminalAdd to ~/.codex/config.toml:
[mcp_servers.terminal]
command = "npx"
args = ["mcp-server-terminal"]---
gemini mcp add terminal npx mcp-server-terminal---
VS Code 1.101+ supports MCP. Add to your VS Code settings (settings.json):
{
"mcp.servers": {
"terminal": {
"command": "npx",
"args": ["mcp-server-terminal"]
}
}
}---
Add to `~/.cursor/mc
Loading reviews...