Connect your account, then chat with AI to run tools.
Notion is an all-in-one workspace for notes, databases, project management, and collaboration. Search pages, query databases, create and update content, manage blocks, and work with comments through the Notion REST API.
Notion is used here only to identify this integration; MCPBundles is not affiliated with or endorsed by Notion or its owner.
You’ll sign in to MCPBundles when your client connects.
https://mcp.mcpbundles.com/bundle/notionThis server needs a sign-in. MCPBundles handles that setup once — then chat here with saved access and a log of what ran.
Live probe refreshed Sep 18, 2026 · Endpoint host mcp.mcpbundles.com
Domain knowledge for Notion — workflow patterns, data models, and gotchas for your AI agent.
Notion organizes content as pages (documents) and databases (structured tables). Pages contain blocks (paragraphs, headings, lists, toggles, etc.) as children. Databases have typed properties (title, text, number, select, date, etc.) and rows are pages with property values.
Notion
Notion Append Blocks
notion_append_blocksAppend content to a Notion page or block. You can provide either: - **markdown_content**: A Markdown string that is automatically converted to Notion blocks - **children**: Raw Notion block objects for full control <example description="Add content using Markdown (recommended)"> {"block_id": "page-uuid", "markdown_content": "## New Section\nSection content here.\n\n- Bullet point one\n- Bullet point two"} </example> <example description="Add a to-do list using Markdown"> {"block_id": "page-uuid", "markdown_content": "- [ ] Buy groceries\n- [x] Clean house\n- [ ] Call dentist"} </example> <example description="Add content using raw block objects"> {"block_id": "page-uuid", "children": [ {"type": "heading_2", "heading_2": {"rich_text": [{"type": "text", "text": {"content": "New Section"}}]}}, {"type": "paragraph", "paragraph": {"rich_text": [{"type": "text", "text": {"content": "Section content here."}}]}} ]} </example>
Description may be truncated on the public preview.
Open in StudioConnect Notion to any MCP client in minutes
You’ll sign in to MCPBundles when your client connects.
https://mcp.mcpbundles.com/bundle/notionThis server needs a sign-in. MCPBundles handles that setup once — then chat here with saved access and a log of what ran.
MCPBundles publishes this directory for MCP discovery. Except where we host or operate an offering, third-party services run under their own terms. Product and company names on this page are used in a descriptive, identifying way (including under nominative fair use where applicable); they remain the property of their owners. Nothing here grants you rights in those marks, and nothing here is an offer to sell a third party's services. Terms
Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.
Browse all toolsNotion is an all-in-one workspace for notes, databases, project management, and collaboration. Search pages, query databases, create and update content, manage blocks, and work with comments through the Notion REST API. It provides 20 tools that AI agents can use through the Model Context Protocol (MCP).
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/notion. Authentication is handled automatically.
© 2026 ThinkChain Inc. All rights reserved.
Notion provides 20 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.
Notion uses One-click sign in. Notion requires credentials. Connect via MCPBundles and authentication is handled automatically.
MCPBundles is an independent platform built on the open Model Context Protocol standard. Not affiliated with Anthropic PBC or Claude.
Other MCP servers in this category from the directory index
Google Slides API for reading presentations.
15 tools