Back to MCP Servers
Chatgpt Responses
MCP server for Claude to talk to ChatGPT and use its web search capability.
other-tools-and-integrations
By billster45
Installation
npx -y mcp-chatgpt-responsesConfiguration
{
"mcpServers": {
"mcp-chatgpt-responses": {
"command": "npx",
"args": ["-y", "mcp-chatgpt-responses"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes