⚠️ Warning: This tool currently only works with the Korean version of ChatGPT and Claude desktop app. The button names and UI elements are hardcoded in Korean.
This is a Model Context Protocol (MCP) tool that allows Cursor to interact with the ChatGPT and Claude desktop app on macOS.
- Ask ChatGPT and Claude from Cursor
- View Claude conversation history
- Get ChatGPT and Claude previous response
- macOS with M4 chip
- ChatGPT desktop app installed
- ChatGPT Plus subscription
(A subscription may not be required, but testing was done only with an active subscription.)
- ChatGPT Plus subscription
- Claude desktop app installed
- Claude Pro subscription
(A subscription may not be required, but testing was done only with an active subscription.)
- Claude Pro subscription
- Bun installed
- Clone this repository:
git clone https://github.com/syedazharmbnr1/claude-chatgpt-mcp.git
cd claude-chatgpt-mcp
- Install dependencies:
bun install
- Make sure the script is executable:
chmod +x index.ts
- Update your Cursor MCP configuration:
Edit your MCP Server configuration file (Cursor Settings > MCP > Add new global MCP Server):
"ai-desktop-app-mcp": {
"command": "/Users/YOURUSERNAME/.bun/bin/bun",
"args": ["run", "/path/to/ai-desktop-app-mcp/index.ts"]
}
Make sure to replace YOURUSERNAME
with your actual macOS username and adjust the path to where you cloned this repository.
-
Restart Cursor
-
Grant permissions:
- Go to System Preferences > Privacy & Security > Accessibility
- Give Cursor access to Accessibility features
- You may see permission prompts when the tool is first used
Once installed, you can use the ChatGPT tool directly from Claude by asking questions like:
- "Can you ask ChatGPT what the capital of France is?"
- "Show me my recent ChatGPT conversations"
- "Ask ChatGPT to explain quantum computing"
MIT License