You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/products/docs/pages/ai/mcp-server.mdx
+3-13Lines changed: 3 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,7 @@ title: Model Context Protocol
3
3
description: Learn how to use the Model Context Protocol (MCP) to integrate AI capabilities with your Fern documentation
4
4
---
5
5
6
-
<Tiptitle="Looking for Fern's own MCP server?">
7
-
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 docs site.
8
-
</Tip>
6
+
<Markdownsrc="/snippets/wip-callout.mdx" />
9
7
10
8
[Model Context Protocol (MCP)](https://modelcontextprotocol.io) is an open standard by Anthropic that enables AI applications to connect with external data sources and tools.
11
9
@@ -15,16 +13,8 @@ Fern can build a production-ready MCP server for your documentation site. This e
15
13
16
14
Fern analyzes your docs site structure and content, then generates an MCP server. AI assistants access your docs through tools like semantic search, endpoint lookup, and code example retrieval.
17
15
18
-
This makes your documentation "AI-native" and accessible within the AI tools your developers already use.
19
-
20
-
<Markdownsrc="/snippets/wip-callout.mdx" />
16
+
This makes your documentation accessible within the AI tools your developers already use.
21
17
22
18
## How developers use it
23
19
24
-
Developers simply add your MCP server to their AI client configuration. With an MCP server for your docs, developers can ask their AI assistant questions like:
25
-
26
-
* "How do I authenticate with this API?"
27
-
* "Show me code examples for creating a user"
28
-
* "What are the rate limits for the search endpoint?"
29
-
30
-
The AI assistant will automatically search your documentation and provide accurate, up-to-date answers with relevant code examples – all without leaving their current tool.
20
+
Developers can access your MCP server by visiting `your-documentation-site.com/mcp` and copying the configuration snippet to add to their AI client settings. Once integrated, their AI client can automatically search your documentation and provide accurate, up-to-date answers with relevant code examples – all without leaving their development environment.
0 commit comments