claude-chatgpt-mcp
A Claude MCP tool to interact with the ChatGPT desktop app on macOS
GitHub Stars
748
User Rating
Not Rated
Favorites
0
Views
20
Forks
90
Issues
8
Installation
Difficulty
BeginnerEstimated Time
5-10 minutes
Installation
Installation
Prerequisites
macOS: M1/M2/M3 chip
ChatGPT desktop app: Installed
Bun: Installed
Claude desktop app: Installed
Installation Steps
NPX Installation (Recommended)
bash
npx claude-chatgpt-mcp
Configure Claude Desktop
Editclaude_desktop_config.json to include this tool:
json
"chatgpt-mcp": {
"command": "npx",
"args": ["claude-chatgpt-mcp"]
}
Manual Installation
1Clone the repository:
bash
git clone https://github.com/syedazharmbnr1/claude-chatgpt-mcp.git
cd claude-chatgpt-mcp
2Install dependencies:
bash
bun install
3Make the script executable:
bash
chmod +x index.ts
4Update Claude Desktop configuration:
json
"chatgpt-mcp": {
"command": "/Users/YOURUSERNAME/.bun/bin/bun",
"args": ["run", "/path/to/claude-chatgpt-mcp/index.ts"]
}
5Restart the Claude Desktop app
6Grant necessary permissions.