Skip to main content
Other Tools and IntegrationsPython

billster45/mcp-chatgpt-responses

MCP server for Claude to talk to ChatGPT and use its web search capability.

other-tools-and-integrationscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/billster45/mcp-chatgpt-responses

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-chatgpt-responses": {
      "command": "npx",
      "args": [
        "-y",
        "billster45/mcp-chatgpt-responses"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Python
Author
billster45