mcp-server-chatgpt-app
4
The mcp-server-chatgpt-app allows users to integrate and run ChatGPT seamlessly on macOS by employing specific server configurations and tools. It requires certain setups and command configurations to run effectively, aiming to enhance interaction with ChatGPT via standard IO.
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