← Index

Terminal MCP Server

io.github.aybelatchane/mcp-server-terminal·v1.0.3·Browser Automation
Quality Score
87
/100

MCP server for AI agents to interact with terminal applications. Think Playwright for terminals.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server-terminal": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-terminal"
      ],
      "env": {
        "DISPLAY": "<display>",
        "RUST_LOG": "info"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server-terminal": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-terminal"
      ],
      "env": {
        "DISPLAY": "<display>",
        "RUST_LOG": "info"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-server-terminal
§02  Environment variables
DISPLAY

X11 display for visual mode (Linux/WSL). Example: :0

RUST_LOG

Logging level: error, warn, info, debug, trace

§03  MCP Quality Score  ·  methodology
freshness
17
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Browser Automation