- ChatGPT macOS app
- uv
- Install the "Ask ChatGPT on Mac" shortcut
- Download and install the "Ask ChatGPT on Mac" shortcut
- Make sure the shortcut is named exactly "Ask ChatGPT on Mac"
update .mcp.json
to add the following:
{
"mcpServers": {
"chatgpt": {
"command": "uvx",
"args": ["mcp-server-chatgpt-app"],
"env": {},
"disabled": false,
"autoApprove": []
}
}
}
Go to Settings -> Tools -> Add and use the following config:
Type: stdio
ID: ChatGPT
Command: uvx mcp-server-chatgpt-app
uv --directory $HOME/Developer/mcp-server-chatgpt-app/src/mcp_server_chatgpt run server.py