← Back to Plugins
MCP Server MCP

Terminal MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...