Skip to content
Cursor

mcp console automation for Cursor

io.github.ooples/mcp-console-automation

MCP server for AI-driven console application automation and monitoring

client:Cursor transport:stdio runtime:npm

Install mcp console automation in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-console-automation": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-console-automation"
      ],
      "env": {
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp console automation in other clients