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
By ooples
Installation
npx -y mcp-console-automationConfiguration
{
"mcpServers": {
"mcp-console-automation": {
"command": "npx",
"args": ["-y", "mcp-console-automation"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes