MCP ChatGPT Responses
MCP ChatGPT Сервер
Этот сервер MCP позволяет вам получать доступ к API ChatGPT OpenAI непосредственно из Claude Desktop.
📝 Прочитайте о том, почему я создал этот проект : Я создал ИИ, который общается с другими ИИ: развеиваем миф о MCP
Функции
Вызов API ChatGPT с настраиваемыми параметрами
Акс Клод и ChatGPT пообщаются друг с другом в длительной дискуссии!
Настройте версии моделей, температуру и другие параметры
Используйте веб-поиск, чтобы получить актуальную информацию из Интернета
Использует API Responses OpenAI для автоматического управления состоянием разговора
Используйте свой собственный ключ API OpenAI
Related MCP server: MCP AI Gateway
Инструкции по установке
Установка через Smithery
Чтобы автоматически установить ChatGPT Server для Claude Desktop через Smithery :
npx -y @smithery/cli install @billster45/mcp-chatgpt-responses --client claudeПредпосылки
Python 3.10 или выше
uv для управления пакетами Python
Установка
Клонируйте этот репозиторий:
git clone https://github.com/billster45/mcp-chatgpt-responses.git cd mcp-chatgpt-responsesНастройте виртуальную среду и установите зависимости с помощью uv:
uv venv.venv\\Scripts\\activateuv pip install -r requirements.txt
Использование с Claude Desktop
Настройте Claude Desktop для использования этого сервера MCP, следуя инструкциям по адресу: Руководство по быстрому запуску MCP
Добавьте следующую конфигурацию в файл конфигурации Claude Desktop (при необходимости измените пути):
{ "mcpServers": { "chatgpt": { "command": "uv", "args": [ "--directory", "\\path\\to\\mcp-chatgpt-responses", "run", "chatgpt_server.py" ], "env": { "OPENAI_API_KEY": "your-api-key-here", "DEFAULT_MODEL": "gpt-4o", "DEFAULT_TEMPERATURE": "0.7", "MAX_TOKENS": "1000" } } } }Перезагрузите Claude Desktop.
Теперь вы можете использовать API ChatGPT через Клода, задавая вопросы, в которых упоминается ChatGPT или на которые Клод, возможно, не сможет ответить.
Доступные инструменты
Сервер MCP предоставляет следующие инструменты:
ask_chatgpt(prompt, model, temperature, max_output_tokens, response_id)— отправить запрос в ChatGPT и получить ответask_chatgpt_with_web_search(prompt, model, temperature, max_output_tokens, response_id)— отправка запроса в ChatGPT с включенным веб-поиском для получения актуальной информации
Пример использования
Базовое использование ChatGPT:
Попросите Клода задать вопрос ChatGPT!
Use the ask_chatgpt tool to answer: What is the best way to learn Python?Попросите Клода поговорить с ChatGPT:
Use the ask_chatgpt tool to have a two way conversation between you and ChatGPT about the topic that is most important to you.Обратите внимание, как в разговоре с поочередным принятием ответа идентификатор ответа позволяет ChatGPT хранить историю разговора, чтобы это был настоящий разговор, а не просто серия вызовов API. Это называется состоянием разговора .
С помощью веб-поиска:
По вопросам, где может быть полезна актуальная информация:
Use the ask_chatgpt_with_web_search tool to answer: What are the latest developments in quantum computing?Теперь попробуйте воспользоваться поиском в Интернете, чтобы спланировать идеальный день с учетом погоды!
Use the ask_chatgpt_with_web_search tool to find the weather tomorrow in New York, then based on that weather and what it returns, keep using the tool to build up a great day out for someone who loves food and parksКак это работает
Этот инструмент использует API Responses OpenAI, который автоматически поддерживает состояние разговора на серверах OpenAI. Этот подход:
Упрощает код, позволяя OpenAI обрабатывать историю разговоров
Обеспечивает более надежное отслеживание контекста
Улучшает пользовательский опыт, сохраняя контекст в сообщениях.
Позволяет получить доступ к последней информации из Интернета с помощью инструмента веб-поиска.
Лицензия
Лицензия Массачусетского технологического института
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceEnables integration with OpenAI models through the MCP protocol, supporting concise and detailed responses for use with Claude Desktop.13MIT
- AlicenseBqualityFmaintenanceEnables AI assistants to intelligently select and switch between different AI models (OpenAI, Anthropic, etc.) within the same conversation based on task requirements. Provides a unified interface for accessing multiple AI providers through a single MCP tool.134MIT
- Alicense-qualityCmaintenanceEnables advanced OpenAI GPT model integration with Claude through 5 specialized tools including GPT-5 reasoning, token optimization, context management, batch processing, and model comparison. Features intelligent fallback mechanisms and task-specific system prompts for enhanced AI capabilities.186MIT
- Flicense-quality-maintenanceEnables Claude and other MCP-compatible tools to communicate with OpenAI's GPT models (GPT-5, GPT-5-mini, o3) with conversation history and session management. Features advanced controls like reasoning effort settings, token tracking, and parallel conversation sessions for efficient AI workflows.9
Related MCP Connectors
Security-first WordPress MCP server. 129 tools for Claude, ChatGPT, Gemini. Free on wp.org.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Real-time Amazon, WIPO & PACER data for AI agents — 19 tools via the MCP protocol.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/billster45/mcp-chatgpt-responses'
If you have feedback or need assistance with the MCP directory API, please join our Discord server