Serversio.github.aybelatchane/mcp-server-terminal
T

Terminal MCP Server

io.github.aybelatchane/mcp-server-terminal · v1.0.3
▦ npm
v1.0.3npm npm: mcp-server-terminal↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.aybelatchane/mcp-server-terminal",
  "description": "MCP server for AI agents to interact with terminal applications. Think Playwright for terminals.",
  "title": "Terminal MCP Server",
  "repository": {
    "url": "https://github.com/aybelatchane/mcp-server-terminal",
    "source": "github"
  },
  "version": "1.0.3",
  "websiteUrl": "https://github.com/aybelatchane/mcp-server-terminal",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-server-terminal",
      "version": "1.0.3",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Run in headless mode without spawning visible terminal windows",
          "type": "named",
          "name": "--headless"
        }
      ],
      "environmentVariables": [
        {
          "description": "X11 display for visual mode (Linux/WSL). Example: :0",
          "name": "DISPLAY"
        },
        {
          "description": "Logging level: error, warn, info, debug, trace",
          "default": "info",
          "name": "RUST_LOG"
        }
      ]
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "architectures": [
        "x64",
        "arm64"
      ],
      "categories": [
        "terminal",
        "automation",
        "development-tools",
        "tui",
        "testing"
      ],
      "features": [
        "Terminal State Tree (TST) representation",
        "UI element detection (menus, tables, buttons, inputs)",
        "Multi-platform PTY management",
        "Visual mode with xterm/tmux",
        "Headless mode for CI/automation",
        "10 MCP tools for terminal interaction"
      ],
      "platforms": [
        "linux",
        "macos",
        "wsl"
      ],
      "tags": [
        "rust",
        "terminal",
        "tui",
        "cli",
        "playwright",
        "automation",
        "testing",
        "ai-agents"
      ],
      "useCases": [
        "Automate TUI applications with AI agents",
        "Test terminal applications programmatically",
        "Control CLI tools through structured interfaces",
        "Build terminal automation workflows"
      ]
    },
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}