Claude Chatgpt
Freeby MCP Community
A Claude MCP tool to interact with the ChatGPT desktop app on macOS
v1.0.1Added Apr 12, 2026
mcpclaudechatgptmac
Claude Chatgpt MCP Server
A Claude MCP tool to interact with the ChatGPT desktop app on macOS
Installation
npx -y claude-chatgpt-mcp
Reviews
Installation
Quick install
npx -y claude-chatgpt-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"claude-chatgpt": {
"command": "npx",
"args": ["-y", "claude-chatgpt-mcp"]
}
}
}