Back to MCP Servers

Console Automation

Production-ready MCP server for AI-driven console automation and monitoring. 40 tools for session management, SSH, testing, monitoring, and background jobs. Like Playwright for terminal applications.

coding-agentstestingmonitoringautomationai

Installation

npx -y mcp-console-automation

Configuration

{
  "mcpServers": {
    "mcp-console-automation": {
      "command": "npx",
      "args": ["-y", "mcp-console-automation"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub