billster45/mcp-chatgpt-responses
MCP server for Claude to talk to ChatGPT and use its web search capability.
Quick Start
Clone the repository:
git clone https://github.com/billster45/mcp-chatgpt-responsesClaude 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.