MCP Server
io.github.ooples/mcp-console-automation MCP Server
io.github.ooples/mcp-console-automation
What is the io.github.ooples/mcp-console-automation MCP server?
MCP server for AI-driven console application automation and monitoring
How to install io.github.ooples/mcp-console-automation
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
LOG_LEVELLogging level for console output (error, warn, info, debug, trace)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-console-automation": {
"command": "npx",
"args": [
"-y",
"mcp-console-automation"
],
"env": {
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-console-automation": {
"command": "npx",
"args": [
"-y",
"mcp-console-automation"
],
"env": {
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-console-automation": {
"command": "npx",
"args": [
"-y",
"mcp-console-automation"
],
"env": {
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-console-automation": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-console-automation"
],
"env": {
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}Claude Code
claude mcp add mcp-console-automation --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- npx -y mcp-console-automationRelated MCP servers
Intelligent token optimization achieving 95%+ reduction through caching, compression, and 80+ tools
View repository →