Model Context Protocol

The MCP generator is in development. Interested in offering an MCP server for your API? Reach out via Slack or support@buildwithfern.com.

Model Context Protocol (MCP) is an open standard by Anthropic that streamlines how AI applications connect with external data sources and tools, enabling AI agents to directly use your product’s APIs.

A “Built with Fern” MCP server augments your existing TypeScript SDK with MCP capabilities and integrates seamlessly with popular AI-powered tools including Cursor, Claude Desktop, and Windsurf. You can find a full list of MCP clients here.

How it works

Fern can build a production-ready MCP server on top of your existing TypeScript SDK. We maintain the package in its own git repository, making it easy for your existing developer community to discover and contribute to the project. We can also automatically publish new versions of the package to npm for you.

End users of a “Built with Fern” MCP server can typically get started with a single config:

1{
2 "mcpServers": {
3 "<your-company>": {
4 "command": "npx",
5 "args": [ "-y", "<your-company>-mcp-server@latest" ]
6 }
7 }
8}

To learn more about Model Context Protocol (MCP) servers, check out the MCP server docs.

Case study: Webflow

We worked with Webflow to launch their official MCP server using the existing Fern-generated TypeScript SDK.

Check out the source code on GitHub and read the announcement from Webflow’s CTO on X:

Why “Built with Fern”?

There are a few advantages in partnering with Fern to build your MCP server:

  • Keep your MCP server in sync with your API - our implementation augments your existing TypeScript SDK.
  • Integrate with Fern Docs and AI Chat - give your users the ability to query your docs directly from insideof Cursor, Claude Desktop, and more.
  • For APIs at scale - leverage our team’s expertise developing, testing, and deploying MCP servers for products with hundreds of API endpoints.
  • Thought partnership - the AI ecosystem is changing fast and we’re here to navigate it together with you, from the latest techniques to the tools that power them.

How else can Fern support my MCP server launch?

We can provide ready-to-use social media assets for announcing your MCP support:

  • LinkedIn post template
  • X (Twitter) post template
  • Email announcement template
  • Social media graphics

As well as all of the detailed documentation that you’ve come to expect from Fern:

  • Getting started guide
  • API reference
  • Usage guidelines and best practices