ChatGPT MCP Server provides a bridge between Claude Desktop and OpenAI's ChatGPT API through the OpenAI Responses API for simplified conversation management. It offers two main tools: standard ChatGPT interactions and web search-enabled queries, both supporting conversation continuity through response IDs. The server handles various response structures, extracts text content appropriately, and includes comprehensive error handling. Particularly valuable for users who want to leverage ChatGPT's capabilities directly within Claude Desktop conversations, especially when needing to compare responses between different AI systems or utilize ChatGPT's web search functionality.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Send a prompt to ChatGPT and get a response. Parameters: prompt (string), model (string), temperature (float), max_output_tokens (int), response_id (string)
Send a prompt to ChatGPT with web search enabled to get up-to-date information. Parameters: prompt (string), model (string), temperature (float), max_output_tokens (int), response_id (string)