MCP Console Automation Server by ooples
42 score
Enables AI assistants to fully interact with console applications, monitor output, detect errors, and automate terminal workflows across multiple sessions. Similar to how Playwright works for web browsers but for command-line interfaces.
Ranked #2968 out of 8339 indexed tools.Actively maintained with commits in the last week.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 138
Freshness 7d ago
Issue Health 13%
Stars 25
Platform Breadth 1 platform
Contributors 3
Description Detailed
How to Improve
Issue Health high impact
Stars low impact
Platforms medium impact
Supported Platforms
From the README
# Console Automation MCP Server **Production-Ready** Model Context Protocol (MCP) server that enables AI assistants to fully interact with console applications, monitor output, detect errors, and automate terminal workflows - similar to how Playwright works for web browsers. ## Production Status ✅ This server is **fully production-ready** with: - ✅ No native compilation required (removed node-pty dependency) - ✅ Full cross-platform support (Windows, macOS, Linux) - ✅ Streaming support for long-running processes - ✅ Multiple console type support (cmd, PowerShell, bash, zsh, sh) - ✅ Resource management and automatic cleanup - ✅ Comprehensive error handling and recovery - ✅ Easy installation scripts for all major MCP clients - ✅ All tests passing (see test-functionality.js) ## Features ### 🚀 Core Capabilities - **Full Terminal Control**: Create and manage up to 50 concurrent console sessions - **Multi-Protocol Support**: Local shells (cmd, PowerShell, pwsh, bash, zsh, sh) and remotRead full README on GitHub →