Hello.
I started to learn how MCP works. It would be nice to know how exactly will OpenAI add this support to ChatGPT.
In the tweet Sam says “support for chatgpt desktop app”. So, maybe the plan is to support it similar way like Clause Desktop does.
But i hope OpenAI will have more support for this.
MCP Servers have two types of servers STDIO and SSE.
SSE servers are “remote servers”. Can run on any host. But STDIO must be on the same machine as the LLM app.
I hope OpenAI will support SSE MCP servers and it will be possible to connect them not only to ChatGTP Desktop but also to web version of ChatGPT?
Do you think it is possible?
If yet it would be fantastic !
I’m 100% sure they will support SSE MCP in the API (and also the desktop etc). It will make things much easier for tool calling, including in the dashboard.
The OpenAI Agents SDK already supports both types of servers. I think it’s reasonable to assume that this won’t be a limitation when this feature is rolled out to the desktop app.
Otherwise it’s absolutely possible to use MCP with custom GPTs right now.