Skip to content

Commit 8b679c5

Browse files
authored
Add disambiguation note to MCP page (SDKs) (#405)
1 parent 6ff50ee commit 8b679c5

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

fern/products/sdks/overview/mcp-server/introduction.mdx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,19 @@ title: Model Context Protocol
33
description: Learn how to use the Model Context Protocol (MCP) to integrate AI capabilities with your Fern documentation
44
---
55

6-
<Note>
7-
The MCP generator is in development. Interested in offering an MCP server for your API? Reach out via Slack or support@buildwithfern.com.
8-
</Note>
6+
<Tip>
7+
**Looking for Fern's own MCP server?** If you want to connect your AI client to Fern's MCP server for help with Ask Fern, Docs, and SDKs, see the [fern-mcp-server repository](https://github.com/fern-api/fern-mcp-server). This page describes how Fern can help you build an MCP server for your own API.
8+
</Tip>
99

1010
[Model Context Protocol (MCP)](https://modelcontextprotocol.io) 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.
1111

1212
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](https://modelcontextprotocol.io/clients).
1313

14+
<Note>
15+
The MCP generator is in development. Interested in offering an MCP server for your API? Reach out via Slack or [email protected].
16+
</Note>
17+
18+
1419
## How it works
1520

1621
**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.

0 commit comments

Comments
 (0)