This MCP server connects AI assistants to the ChatGPT desktop app on macOS. It exposes methods for sending and receiving messages, managing conversations, and handling app-specific features. It integrates with the ChatGPT desktop app's API to enable direct communication. Developers use it to build AI agents that interact with ChatGPT, automate workflows, or extend functionality.
This MCP server connects AI assistants to the ChatGPT desktop app on macOS. It exposes methods for sending and receiving messages, managing conversations, and handling app-specific features. It integrates with the ChatGPT desktop app's API to enable direct communication. Developers use it to build AI agents that interact with ChatGPT, automate workflows, or extend functionality.
pip install chatgpt-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"xncbf-chatgpt-mcp-github": {
"command": "uvx",
"args": [
"pip install chatgpt-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from chatgpt mcp?"
No configuration required. This server works out of the box.
"What resources are available in chatgpt mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in chatgpt mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in chatgpt mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.