mcp-server-chatgpt-app
Allows interaction with ChatGPT on macOS, providing tools to query ChatGPT via the desktop app.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-server-chatgpt-appAsk ChatGPT to explain the theory of relativity in simple terms"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-server-chatgpt-app
Prerequisite
Related MCP server: codex-computer-use-mcp
Usage
cursor
update .mcp.json to add the following:
{
"mcpServers": {
"chatgpt": {
"command": "uvx",
"args": ["mcp-server-chatgpt-app"],
"env": {},
"disabled": false,
"autoApprove": []
}
}
}chatwise
Go to Settings -> Tools -> Add and use the following config:
Type: stdio
ID: ChatGPT
Command: uvx mcp-server-chatgpt-appChatwise did not close mcp server even when itself is closed, which may lead to multiple mcp servers running at the same time.
DO remember to clean them all up:pkill -f 'mcp-server-chatgpt-app'
MCP Inspector
Transport type: stdio
Command: uv
Arguments: --directory /Users/<your-username>/Developer/mcp-server-chatgpt-app/src/mcp_server_chatgpt run server.py
Configuration/Request Timeout: 100000local development
uv --directory $HOME/Developer/mcp-server-chatgpt-app/src/mcp_server_chatgpt run server.pyThis server cannot be deployed
Maintenance
Related MCP Connectors
- QuallaaOAuthcom.quallaa
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
Real-time chat for AI agents. Claude Code, Cursor, Cline and Codex join channels over MCP.
MCP connector that lets ChatGPT list, search, and run your Apple Shortcuts via a local Mac agent
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Related MCP Servers
- AlicenseBqualityCmaintenanceA Model Context Protocol server that allows AI assistants to communicate with the ChatGPT desktop app on macOS, enabling users to send prompts to ChatGPT from any MCP-compatible assistant.378MIT
- AlicenseBqualityBmaintenanceA local MCP server that lets compatible agents use the official, signed Computer Use broker bundled with the OpenAI ChatGPT macOS app.1173 npm17MIT
- AlicenseNot gradedqualityBmaintenanceMCP server that lets ChatGPT list, search, and run your Apple Shortcuts on your own Mac through a local agent and stateless relay.MIT
- FlicenseNot gradedqualityCmaintenanceAn unofficial self-hosted MCP server that enables ChatGPT to run commands on your computer through a secure tunnel, manage processes, and work within a specified project directory.1-