MCP Console Automation
Rank #2,657io.github.ooples/mcp-console-automation
MCP server providing console-automation capabilities
MCP Console Automation is a Model Context Protocol (MCP) server published by ooples. It ranks #2,657 of 115,591 servers tracked on MCP Toplist, and its repository has 45 GitHub stars. MCP Console Automation is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Aug 29, 2025 and most recently updated on Oct 5, 2025.
Ranks ahead of 112,934 of 115,591 servers on MCP Toplist.
Use MCP Console Automation
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-console-automation -e "LOG_LEVEL=<your LOG_LEVEL>" -- npx -y mcp-console-automationReplace each placeholder with your own value before saving.
[mcp_servers.mcp-console-automation]
command = "npx"
args = ["-y", "mcp-console-automation"]
[mcp_servers.mcp-console-automation.env]
LOG_LEVEL = "<your LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-console-automation": {
"command": "npx",
"args": [
"-y",
"mcp-console-automation"
],
"env": {
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-console-automation": {
"command": "npx",
"args": [
"-y",
"mcp-console-automation"
],
"env": {
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-console-automation": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-console-automation"
],
"env": {
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-console-automation": {
"command": "npx",
"args": [
"-y",
"mcp-console-automation"
],
"env": {
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-console-automation": {
"command": "npx",
"args": [
"-y",
"mcp-console-automation"
],
"env": {
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ooples%2Fmcp-console-automation)<a href="https://mcptoplist.com/server/io.github.ooples%2Fmcp-console-automation"><img src="https://mcptoplist.com/badge/io.github.ooples%2Fmcp-console-automation.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
ooples
Other servers by ooples
View all ooples servers →Available versions (3)
| Version | Published |
|---|---|
| 1.0.2 | Oct 5, 2025 |
| 1.0.1 | Oct 3, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Console Automation?
- MCP Console Automation is maintained by ooples, which publishes 2 MCP servers (5 total versions) tracked on MCP Toplist.
- Is MCP Console Automation listed on the Official MCP Registry?
- Yes — MCP Console Automation is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Console Automation have?
- MCP Toplist tracks 3 versions of MCP Console Automation, most recently published on Oct 5, 2025.
- Where can I find the source code for MCP Console Automation?
- The source code for MCP Console Automation is hosted at github.com/ooples/mcp-console-automation.