mcp-server-chatgpt-app
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
- ChatGPT macOS app
- uv
- Install the "Ask ChatGPT on Mac" shortcuts
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
local development
uv --directory $HOME/Developer/mcp-server-chatgpt-app/src/mcp_server_chatgpt run server.py