HomeDevelopment › mcp-console-automation

mcp-console-automation

MCP server for AI-driven console application automation and monitoring

TypeScript Local macOSWindowsLinux
★ 48 stars Last pushed 2026-09-14 License: MIT

Topics: Coding Agents

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.2)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-console-automation": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "LOG_LEVEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • LOG_LEVEL — Logging level for console output (error, warn, info, debug, trace)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry