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.
Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.
Browse all toolsDomain 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.
markdown_content parameter. Pass Markdown text and it's automatically converted to Notion blocks. Supports headings, lists, to-dos, code blocks, quotes, images, and inline formatting.markdown_content or raw children blocks.start_cursor from the response to continue.markdown_content, this is handled automatically.markdown_content for natural content creation. Use raw children blocks only when you need precise control over block structure (e.g., toggles, callouts, synced blocks).Append content to a Notion page or block. You can provide either: - **markdown_content**: A Markdown string that is automatically converted to Notion ...
Create a comment on a Notion page or reply to an existing discussion thread. Provide either parent.page_id for a new top-level comment, or discussion_...
Create a new Notion database as a child of a page. Define the schema via the properties parameter. Each property needs a name (key) and type definitio...
Create a new Notion page. Set parent to a database_id to create a database row, or to a page_id to create a child page. Properties must match the pare...
Delete a Notion block by archiving it. This is equivalent to setting archived=true on the block.
Retrieve the child blocks (content) of a page or block. This is how you read the actual content of a Notion page — the page endpoint only returns prop...
Retrieve comments from a Notion page or block. Returns threaded discussion comments with pagination support.
Retrieve a Notion database by its ID, including its schema (property definitions), title, and description.
Retrieve a Notion page by its ID, including all of its property values.
Get information about the authenticated Notion integration bot user, including workspace details.
Get details for a specific Notion user by their user ID.
Import a file from a public URL into Notion's permanent storage. Notion downloads the file server-side — no binary upload needed. Supports images, PDF...
List all users (people and bots) in the Notion workspace. Supports pagination.
Move a Notion page to a different parent. The page can be moved under another page or into a database. The bot must have edit access to both the page ...
Query a Notion database to retrieve pages (rows) matching filter conditions. Supports compound filters (and/or), property-based sorting, and paginatio...
Read a Notion page and return its content as readable Markdown. Combines page properties with the full page content (blocks) rendered as Markdown text...
Search across all pages and databases shared with the integration by title. Optionally filter to only pages or only databases. Results are sorted by l...
Update the content of an existing block. Provide the block's type and the updated content. For example, to update a paragraph: {'paragraph': {'rich_te...
Update a Notion database's title, description, or property schema. Add new properties by including them in the properties object. Rename properties by...
Update a Notion page's properties, icon, or cover. Set archived=true to move the page to trash.
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. 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.
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.
Connect Notion to any MCP client in minutes
Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.
Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.
Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.
More collaboration integrations you might like
Agent Arena Registry allows users to search for agents, retrieve their profiles, and register new ag...
This server provides a full-featured platform for managing job listings and agent interactions, incl...
Official Airtable MCP server providing AI-powered access to Airtable bases, tables, records, and sch...
This server facilitates the creation and management of design assets, allowing users to convert desi...
Online proofing and design review platform for creative teams. Provides annotation tools, version co...
Atlassian provides software development and collaboration tools including Jira for project tracking,...