diff --git a/fern/products/docs/pages/ai/mcp-server.mdx b/fern/products/docs/pages/ai/mcp-server.mdx index 2df59922fa..57d2eff4e3 100644 --- a/fern/products/docs/pages/ai/mcp-server.mdx +++ b/fern/products/docs/pages/ai/mcp-server.mdx @@ -32,7 +32,7 @@ All other clients (including Claude Desktop, Windsurf, and VS Code) connect usin ```bash claude mcp add --transport http \ - fern-docs https://docs.example.com/_mcp/server + fern_mcp_docs.example.com https://docs.example.com/_mcp/server ``` ## Authenticated sites @@ -75,7 +75,7 @@ Register the server manually, as the [page action](/learn/docs/configuration/sit ```bash claude mcp add --transport http \ --header "FERN_TOKEN: " \ - fern-docs https://docs.example.com/_mcp/server + fern_mcp_docs.example.com https://docs.example.com/_mcp/server ``` For Cursor, VS Code, and other clients, add `FERN_TOKEN: ` to the `headers` field in your MCP server configuration if the client supports custom headers.