Skip to content

Add Notion MCP integration docs for the agent#4852

Open
mintlify[bot] wants to merge 5 commits intomainfrom
mintlify/notion-mcp-1774383951
Open

Add Notion MCP integration docs for the agent#4852
mintlify[bot] wants to merge 5 commits intomainfrom
mintlify/notion-mcp-1774383951

Conversation

@mintlify
Copy link
Contributor

@mintlify mintlify bot commented Mar 24, 2026

Summary

  • Added new agent/notion.mdx page documenting how to connect Notion to the agent via MCP, including setup steps, capabilities (search, read, reference databases), use cases, and best practices.
  • Updated agent/index.mdx to include a Notion card in the "Next steps" section.
  • Added agent/notion to the Agent navigation group in docs.json.

Resolves DOC-312.


Note

Low Risk
Low risk documentation-only change that adds a new page and updates navigation; main risk is broken links or stale UI screenshots/alt text.

Overview
Adds a new agent/notion.mdx guide documenting how to connect Notion to the agent (setup steps, MCP-based capabilities, use cases, and best practices).

Updates the agent landing page to surface a Connect Notion next-step card, adds agent/notion to the Agent nav in docs.json, and refreshes Slack/Linear install screenshots’ alt text to include the Notion install button.

Written by Cursor Bugbot for commit b440afc. This will update automatically on new commits. Configure here.

@mintlify
Copy link
Contributor Author

mintlify bot commented Mar 24, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
mintlify 🟢 Ready View Preview Mar 24, 2026, 8:28 PM

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix prepared a fix for the issue found in the latest run.

  • ✅ Fixed: TODO comment committed in production documentation page
    • Replaced the committed TODO JSX comment in agent/notion.mdx with the same <Frame> screenshot pattern used by the other integration setup pages.

Create PR

Or push these changes by commenting:

@cursor push 1416ff2c63
Preview (1416ff2c63)
diff --git a/agent/notion.mdx b/agent/notion.mdx
--- a/agent/notion.mdx
+++ b/agent/notion.mdx
@@ -10,7 +10,10 @@
 
 1. Go to the [Agent](https://dashboard.mintlify.com/products/agent) page in your dashboard.
 2. In the "Agent settings" section, click **Install Notion app**.
-  {/* TODO: Add screenshot showing the Agent settings section with the Notion install button (update install-apps-light.png and install-apps-dark.png to include the Notion row) */}
+  <Frame>
+    <img src="/images/agent/install-apps-light.png" alt="The App settings section with install buttons for agent integrations." className="block dark:hidden" />
+    <img src="/images/agent/install-apps-dark.png" alt="The App settings section with install buttons for agent integrations." className="hidden dark:block" />
+  </Frame>
 3. Follow the prompts to authorize Mintlify to access your Notion workspace.
 4. In Notion's authorization screen, select which pages and databases to share with Mintlify.

This Bugbot Autofix run was free. To enable autofix for future PRs, go to the Cursor dashboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant