From 4372d2a329996418ff1214c11d1d414cab436259 Mon Sep 17 00:00:00 2001 From: Franklin Moormann Date: Fri, 10 Oct 2025 07:27:27 -0400 Subject: [PATCH] Add Console Automation MCP server (#2814) * Add Console Automation MCP server Production-ready MCP server for AI-driven console automation and monitoring. Features 40 tools for session management, SSH, testing, monitoring, and background jobs. Like Playwright for terminal applications. - Added to Third-Party Servers section (alphabetically positioned) - GitHub: https://github.com/ooples/mcp-console-automation * Remove duplicate Console Automation entry from README Removed duplicate entry for Console Automation in the README. --------- Co-authored-by: franklinic --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2e5dbcf3..ce9f438b 100644 --- a/README.md +++ b/README.md @@ -630,6 +630,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[computer-control-mcp](https://github.com/AB498/computer-control-mcp)** - MCP server that provides computer control capabilities, like mouse, keyboard, OCR, etc. using PyAutoGUI, RapidOCR, ONNXRuntime Without External Dependencies. - **[Computer-Use - Remote MacOS Use](https://github.com/baryhuang/mcp-remote-macos-use)** - Open-source out-of-the-box alternative to OpenAI Operator, providing a full desktop experience and optimized for using remote macOS machines as autonomous AI agents. - **[Congress.gov API](https://github.com/AshwinSundar/congress_gov_mcp)** - An MCP server to interact with real-time data from the Congress.gov API, which is the official API for the United States Congress. +- **[Console Automation](https://github.com/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. - **[consul-mcp](https://github.com/kocierik/consul-mcp-server)** - A consul MCP server for service management, health check and Key-Value Store - **[consult7](https://github.com/szeider/consult7)** - Analyze large codebases and document collections using high-context models via OpenRouter, OpenAI, or Google AI -- very useful, e.g., with Claude Code - **[Contentful-mcp](https://github.com/ivo-toby/contentful-mcp)** - Read, update, delete, publish content in your [Contentful](https://contentful.com) space(s) from this MCP Server.