A Claude MCP tool to interact with the ChatGPT desktop app on macOS
This is a Model Context Protocol (MCP) tool that allows Claude to interact with the ChatGPT desktop app on macOS.
You can use NPX to run this tool without cloning the repository:
npx claude-chatgpt-mcp
Edit your claude_desktop_config.json
file (located at ~/Library/Application Support/Claude/claude_desktop_config.json
) to include this tool:
"chatgpt-mcp": {
"command": "npx",
"args": ["claude-chatgpt-mcp"]
}
Restart the Claude Desktop app
Grant necessary permissions:
git clone https://github.com/syedazharmbnr1/claude-chatgpt-mcp.git
cd claude-chatgpt-mcp
bun install
chmod +x index.ts
Edit your claude_desktop_config.json
file (located at ~/Library/Application Support/Claude/claude_desktop_config.json
) to include this tool:
"chatgpt-mcp": {
"command": "/Users/YOURUSERNAME/.bun/bin/bun",
"args": ["run", "/path/to/claude-chatgpt-mcp/index.ts"]
}
Make sure to replace YOURUSERNAME
with your actual macOS username and adjust the path to where you cloned this repository.
Restart Claude Desktop app
Grant permissions:
Once installed, you can use the ChatGPT tool directly from Claude by asking questions like:
If the tool isn’t working properly:
This fork includes several significant improvements to the original implementation:
These optimizations make the integration more reliable across different scenarios, more resilient to UI changes in the ChatGPT application, and better at handling longer response times without message cutoff issues.
MIT
Consulting Agents Mcp
An MCP server that interfaces with OpenAI, Google, and Anthropic's APIs to give Claude Code "coworkers" to help it on difficult problems.
Mcp Notion
Global Notion workspace-accessible MCP server for all Notion pages within the workspace
Math Mcp
A Model Context Protocol (MCP) server that provides basic mathematical and statistical functions to Large Language Models (LLMs). This server enables LLMs to perform accurate numerical calculations through a simple API.
MCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
一个MCP服务器,让你的Claude Cline以及Langchain实现网络搜索功能。An MCP server that allows your Claude Cline and Langchain to implement network search functions.
This is a MCP (Model Context Protocol) server that you can use with Cline through Visual Studio Code and ask songs to be played using Youtube Music