OpenAI adds MCP support to Agents SDK
openai.github.io
OpenAI adds MCP support to Agents SDK
1–10 of 281 posts
Re: OpenAI adds MCP support to Agents SDK
#2Re: OpenAI adds MCP support to Agents SDK
#3Re: OpenAI adds MCP support to Agents SDK
#4MCP is now the industry standard for connecting LLMs to external tools.
Re: OpenAI adds MCP support to Agents SDK
#5Given the enormous amounts of pain I've heard are involved in actually implementing any form of USB, I think the MCP community may want to find a different analogy!
Re: OpenAI adds MCP support to Agents SDK
#6I thought they ran locally only, so how would the OpenAI API connect to them when handing a request?
Re: OpenAI adds MCP support to Agents SDK
#7Does anyone know how MCP servers would be used via the API? I thought they ran locally only, so how would the OpenAI API connect to them when handing a request?
There are a variety of available clients documented here https://modelcontextprotocol.io/clients
If you haven't tried any of these yet, the first place to start is Claude Desktop. If you'd like to write your own agents, consider https://github.com/evalstate/fast-agent
EDIT: I may have misunderstood your question. If you're asking "how can I make an API call to OpenAI, and have OpenAI call an MCP server I'm running as part of generating its response to me", the answer is "you can't". You'll want a proxy API that you call which is actually an MCP client, responsible for coordinating between the MCP servers and the OpenAI API upstream agent.
Re: OpenAI adds MCP support to Agents SDK
#8Re: OpenAI adds MCP support to Agents SDK
#9Does anyone know how MCP servers would be used via the API? I thought they ran locally only, so how would the OpenAI API connect to them when handing a request?
Re: OpenAI adds MCP support to Agents SDK
#10It’s solving a problem that was already robustly solved. So get we go with another standard.