chatgpt-escalation-mcp
Verified Safeby Dazlarus
Overview
Enables autonomous coding agents to escalate complex questions to the ChatGPT Desktop app via native UI automation on Windows.
Installation
npx chatgpt-escalation-mcp serveSecurity Notes
The project demonstrates efforts to mitigate command injection (explicit `shell: false`, path validation for Python driver) and file permission issues (setting `0o700` for config directory). However, UI automation inherently carries risks if the target application's UI changes unexpectedly, leading to unintended actions. The provided `CODE_REVIEW.md` also suggests potential deeper 'process injection' risks and 'insufficient input validation' which could indicate unresolved vulnerabilities despite visible fixes for common attack vectors. The reliance on a local Python environment means a compromised Python installation could impact the system.
Similar Servers
5ire
A desktop AI assistant client that integrates with various LLM providers and connects to Model Context Protocol (MCP) servers for extended tool-use and knowledge base capabilities.
Windows-MCP
This MCP server enables AI agents to directly interact with the Windows operating system, performing tasks such as file navigation, application control, UI interaction, and QA testing.
wcgw
Empowering chat applications to code, build, and run on your local machine by providing tightly integrated shell and code editing tools.
MCPControl
A Windows control server for the Model Context Protocol, enabling AI models to programmatically control system operations such as mouse, keyboard, window management, and screen capture.