Anthropic has acquired Stainless, the developer-tools startup whose code generators sit behind the official SDKs of OpenAI, Google, Cloudflare, and Anthropic itself. The deal, announced on May 18, 2026, was not disclosed publicly, but The Information reports Anthropic was in talks to pay more than 300 million dollars.
Stainless turns OpenAPI specs into production-ready SDKs across TypeScript, Python, Go, Java, and Kotlin, plus MCP server scaffolding for agents. Anthropic confirmed it will wind down all hosted Stainless products, including the public SDK generator. Existing customers keep ownership of any SDKs they have already generated and retain full rights to modify and extend them.
Key Highlights
- Anthropic acquires Stainless, the SDK and MCP server platform that generates official SDKs for OpenAI, Google, and Cloudflare
- The Information reports a deal value above 300 million dollars
- All hosted Stainless products, including the SDK generator, will be wound down
- Customers retain full ownership and modification rights over SDKs already generated
- The combined team will focus on advancing Claude SDKs and MCP server tooling
Details
Stainless was founded in 2022 by Alex Rattray, a former Stripe engineer, on the premise that SDKs deserve the same level of craft as the APIs they wrap. The company became the silent backbone of AI developer experience: every Anthropic SDK since the earliest days of the Claude API was generated by Stainless, and OpenAI and Google adopted the same tooling for their own client libraries.
Katelyn Lesse, head of platform engineering at Anthropic, framed the acquisition around agents. "Agents are only as useful as what they can connect to," she said in the announcement. "We are excited to bring the Stainless team into Anthropic to advance Claude's ability to connect to data and tools."
Rattray was equally direct about the move. "I started Stainless because SDKs deserve as much care as the APIs they wrap. Anthropic was one of the first teams to bet on this with us," he said. "The team gets to keep doing the work we love, on the platform where it matters most."
Impact
The acquisition reshapes a quiet but critical layer of the AI stack. SDKs are the surface every developer touches first, and Stainless was effectively the shared infrastructure of AI client libraries. By absorbing that pipeline, Anthropic gains tighter control over how Claude reaches Python, TypeScript, Go, and Java code, and over how MCP servers are scaffolded for the wider agent ecosystem.
The flip side: OpenAI, Google, and Cloudflare lose a hosted tool they relied on. Their existing SDKs will keep working because customers retain ownership, but future generations of those libraries will need to either fork the code, build internal SDK generators, or move to a different vendor. Smaller AI labs and API-first startups face a similar choice. Expect a short term scramble for OpenAPI-driven SDK tooling and a longer term consolidation around in-house pipelines.
For MENA developers building on multiple AI providers, the most immediate consequence is in MCP. Stainless has been one of the cleanest paths to generate MCP servers from an existing API, and that path now lives inside Anthropic. Teams that were planning to expose their own services to Claude or other MCP clients should expect updated tooling tilted toward the Anthropic ecosystem.
Background
Anthropic has been steadily building out the layer between Claude and the rest of the software world. The Stainless deal follows the company's push around Model Context Protocol, the open standard it introduced to give agents a uniform way to talk to tools and data, and a stream of platform investments aimed at making Claude the easiest model to operate in production. Owning the SDK and MCP pipeline closes a visible gap in that strategy.
The deal also lands during an unusually busy stretch for Anthropic. The company is on track for its first quarterly operating profit, has signed a major enterprise alliance with KPMG that brings Claude into the firm's global workforce of more than 276,000 people, and continues to attract senior research talent, including Andrej Karpathy's recently announced move to the pre-training team.
What's Next
Anthropic has not given a public timeline for shutting down the hosted Stainless products. Existing customers can continue using already-generated SDKs indefinitely, but should plan migrations off the hosted generator. Expect Anthropic to roll the Stainless engine into Claude's own SDK and MCP roadmap, with particular focus on agent connectivity, tool calling, and language coverage beyond the current Python and TypeScript core.
For teams building on Claude, the practical signal is to lean harder into MCP and the official Anthropic SDKs, which now share an in-house tooling lineage. For teams building on OpenAI or Google, the work item is clearer than the timeline: decide whether to fork, replace, or wait, before the hosted shutdown removes the option.
Source: Anthropic