mcpbeat Sign in

MCP Console Automation MCP Server

local only

MCP Console Automation runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 14 Sep 2026.

MCP server for AI-driven console application automation and monitoring

Installs per day peak 16 · avg 7 · -52% w/w
a month agotoday
32
Installs / week
npm · mcp-console-automation
48
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 3 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

          this.tryAlternativeVMwareTools().then(resolve).catch(reject);
Installs itself into autostart [пакет] src/core/SSHInteractiveFix.ts:115
      'crontab -e', 'visudo',
File ships in the package but is absent from the source [пакет] pagination-performance-demo.cjs:1, [пакет] test-console-fix.cjs:1, [пакет] test-pagination-basic.cjs:1 и ещё 66
этот файл ставится пользователю, но в репозитории его нет
      const childProcess = spawn(finalCommand, finalArgs, spawnOptions);
    const filepath = path.join(recordingDir, filename);
Touches key and credential files setup/bootstrap.ps1:33, setup/server.json:6
Write-Host "  >>> ADD THIS PUBLIC KEY to the server's ~/.ssh/authorized_keys:"
        Object.entries(process.env).filter(([_, value]) => value !== undefined)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-console-automation -- npx -y mcp-console-automation
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-console-automation": {
      "args": [
        "-y",
        "mcp-console-automation"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-console-automation]
command = "npx"
args = ["-y", "mcp-console-automation"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-console-automation": {
      "args": [
        "-y",
        "mcp-console-automation"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-console-automation": {
      "args": [
        "-y",
        "mcp-console-automation"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LOG_LEVEL (Logging level for console output (error, warn, info, debug, trace)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Console Automation

same job, measured the same way
Zabbix MCP
by mhajder

MCP server for Zabbix monitoring and automation

695 installs/wk local only
I
Ninjaone
by lungshot

MCP server for NinjaONE RMM with device management, monitoring, and automation

local only
Httpstatus
by httpstatus

AI-callable tools for API mocking, testing, monitoring, security, and automation.

answering
Scout MCP Local
by scoutapm

An MCP server for Scout Monitoring data interactions.

81 installs/wk local only
I
Prefect MCP Server
by prefecthq

MCP server for Prefect. Monitor and debug workflows, deployments, and automations.

2 259 installs/wk local only
Riveter
by codywatters

MCP server for Riveter's enrichment, scraping, and monitoring API

118 installs/wk answering
ChangeDetection.io MCP Server
by rusty4444

MCP server for ChangeDetection.io website monitoring and change history.

74 installs/wk local only
Synology NAS
by cmeans

MCP server for Synology NAS — browse files, monitor health, and automate operations

183 installs/wk local only

MCP Console Automation — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Console Automation?
MCP Console Automation runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-console-automation was installed 32 times last week.
How do I connect MCP Console Automation?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-console-automation straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Console Automation?
The npm package mcp-console-automation was installed 32 times in the last week. Week over week that is -52%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Console Automation open source?
Yes — it is published under the MIT licence, written in TypeScript and 48 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.