From bcfac32047b79d754ddb59dd820b02ea47d0d2f5 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Mon, 9 Mar 2026 19:48:29 +0000
Subject: [PATCH] Document MCP redirect domains and enable toggle for
authenticated docs
Generated-By: mintlify-agent
---
ai/model-context-protocol.mdx | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/ai/model-context-protocol.mdx b/ai/model-context-protocol.mdx
index 589877571..ce5806599 100644
--- a/ai/model-context-protocol.mdx
+++ b/ai/model-context-protocol.mdx
@@ -51,6 +51,24 @@ Mintlify automatically generates an MCP server for your documentation and hosts
View and copy your MCP server URL on the [MCP server page](https://dashboard.mintlify.com/products/mcp) in your dashboard.
+### MCP server settings for authenticated documentation
+
+If your documentation uses authentication, the MCP server page in your dashboard includes additional settings.
+
+**Enable MCP server**: Toggle to allow AI applications to connect to your documentation via MCP. When disabled, AI applications cannot access your MCP server. This setting only appears for documentation with authentication enabled.
+
+**Redirect domains**: Configure trusted domains for OAuth callbacks. When users authenticate with your MCP server, the OAuth flow redirects them back to an approved domain. Add domains where your users' AI applications are hosted to allow these redirects.
+
+To add a redirect domain:
+
+1. Navigate to the [MCP server page](https://dashboard.mintlify.com/products/mcp) in your dashboard.
+2. In the **Redirect domains** section, enter a hostname (for example, `example.com`).
+3. Select **Add domain**.
+
+
+ Redirect domains only accept valid hostnames. You can enter a full URL and Mintlify extracts the hostname automatically.
+
+