Add Notion MCP integration docs for the agent#4852
Open
mintlify[bot] wants to merge 5 commits intomainfrom
Open
Add Notion MCP integration docs for the agent#4852mintlify[bot] wants to merge 5 commits intomainfrom
mintlify[bot] wants to merge 5 commits intomainfrom
Conversation
Generated-By: mintlify-agent
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
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.mdxwith the same<Frame>screenshot pattern used by the other integration setup pages.
- Replaced the committed TODO JSX comment in
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.
ethanpalm
approved these changes
Mar 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
agent/notion.mdxpage documenting how to connect Notion to the agent via MCP, including setup steps, capabilities (search, read, reference databases), use cases, and best practices.agent/index.mdxto include a Notion card in the "Next steps" section.agent/notionto the Agent navigation group indocs.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.mdxguide 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/notionto the Agent nav indocs.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.