Facilitates seamless integration between Claude and OpenAI's GPT-5 API using the Model Context Protocol.
GPT-5 MCP is a Model Context Protocol server designed to bridge the gap between applications like Claude and OpenAI's powerful GPT-5 API. By leveraging the modern Streamable HTTP transport (Protocol 2025-03-26), it enables remote deployment and offers a standardized interface for interacting with GPT-5, supporting simple text generation, multi-turn conversations, and real-time streaming of responses.
Key Features
01Simple Text Generation with `gpt5_generate`
02Conversation Management with `gpt5_messages`
03Real-time Text Streaming with `gpt5_stream`
04Direct Integration with OpenAI's GPT-5 API
05Support for Modern Streamable HTTP Transport (Protocol 2025-03-26)
060 GitHub stars
Use Cases
01Integrate OpenAI's GPT-5 API with Claude desktop applications via a standardized interface.
02Enable multi-turn conversations and real-time streamed responses from GPT-5.
03Deploy a remote server to expose GPT-5 capabilities through the Model Context Protocol.