diff --git a/fern/products/sdks/overview/mcp-server/introduction.mdx b/fern/products/sdks/overview/mcp-server/introduction.mdx
index 4eddfb077..c6052c4de 100644
--- a/fern/products/sdks/overview/mcp-server/introduction.mdx
+++ b/fern/products/sdks/overview/mcp-server/introduction.mdx
@@ -3,14 +3,19 @@ title: Model Context Protocol
description: Learn how to use the Model Context Protocol (MCP) to integrate AI capabilities with your Fern documentation
---
-
-The MCP generator is in development. Interested in offering an MCP server for your API? Reach out via Slack or support@buildwithfern.com.
-
+
+**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.
+
[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.
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).
+
+The MCP generator is in development. Interested in offering an MCP server for your API? Reach out via Slack or support@buildwithfern.com.
+
+
+
## 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.