mcp-server-chatgpt-app

cdpath/mcp-server-chatgpt-app

3.4

If you are the rightful owner of mcp-server-chatgpt-app and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The mcp-server-chatgpt-app is a Model Context Protocol (MCP) server designed to integrate with the ChatGPT macOS app, providing a seamless interface for users to interact with ChatGPT using MCP technology.

mcp-server-chatgpt-app

Prerequisite

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-app

[!CAUTION] Chatwise 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: 100000

local development

uv --directory $HOME/Developer/mcp-server-chatgpt-app/src/mcp_server_chatgpt run server.py