diff --git a/ai/model-context-protocol.mdx b/ai/model-context-protocol.mdx index 0aaf499844..9b63ff5d5d 100644 --- a/ai/model-context-protocol.mdx +++ b/ai/model-context-protocol.mdx @@ -69,16 +69,18 @@ Mintlify generates a search MCP server for your site and hosts it at the `/mcp` * For content with partial authentication, where some pages are public and others require login, you must enable your search MCP server before users can access it. Unauthenticated users can search public content. Users who authenticate can search all content they have permission to access based on their [user groups](/deploy/authentication-setup). * For content where all pages require authentication, you must enable your search MCP server before it is available to users. Users must authenticate before connecting to your search MCP server. Your search MCP server searches only the content each user has access to based on their [user groups](/deploy/authentication-setup). -View and copy your search MCP server URL on the [MCP server page](https://app.mintlify.com/products/mcp) in your dashboard. +If authentication is enabled, view and copy your search MCP server URL on the [MCP server page](https://app.mintlify.com/products/mcp) in your dashboard, under the **Hosted MCP** tab. + + + The **Hosted MCP** tab only appears when [authentication](/deploy/authentication-setup) you enable for your site. If your site doesn't require authentication, the MCP server page only shows the **Admin MCP** tab, but your search MCP server is still accessible at the `/mcp` path of your site URL. + MCP server page in the dashboard. MCP server page in the dashboard. - - Search MCP servers use the `/mcp` and `/authed/mcp` paths. Other navigation elements cannot use these paths. - +The `/mcp` and `/authed/mcp` paths are reserved for search MCP servers and cannot be used for other navigation elements. ### Discovery endpoint diff --git a/images/mcp/mcp-server-page-dark.png b/images/mcp/mcp-server-page-dark.png index 2ae84bff92..3baa28764c 100644 Binary files a/images/mcp/mcp-server-page-dark.png and b/images/mcp/mcp-server-page-dark.png differ diff --git a/images/mcp/mcp-server-page-light.png b/images/mcp/mcp-server-page-light.png index cdeb93ff81..65313e97bc 100644 Binary files a/images/mcp/mcp-server-page-light.png and b/images/mcp/mcp-server-page-light.png differ