diff --git a/ai/model-context-protocol.mdx b/ai/model-context-protocol.mdx index 0aaf49984..9efe7f3e1 100644 --- a/ai/model-context-protocol.mdx +++ b/ai/model-context-protocol.mdx @@ -69,13 +69,17 @@ 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. +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. MCP server page in the dashboard. MCP server page in the dashboard. + + The **Hosted MCP** tab only appears when [authentication](/deploy/authentication-setup) is enabled for your site. If authentication is not enabled, the MCP server page only shows the **Admin MCP** tab. Your search MCP server is still available at the `/mcp` path of your site URL regardless of whether the tab is visible. + + Search MCP servers use the `/mcp` and `/authed/mcp` paths. Other navigation elements cannot use these paths.