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
{
"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