Skip to main content
Coding AgentsTypeScript

ooples/mcp-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-agentslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/ooples/mcp-console-automation

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
TypeScript
Author
ooples