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.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
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)