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.
This MCP Bundle Server is compatible with any MCP client including Claude Desktop, Cursor, and other Model Context Protocol implementations.
Domain knowledge for using Notion workspace tools effectively
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.
Get information about the authenticated Notion integration bot user, including workspace details.
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.
Connect this Notion MCP Bundle Server to any MCP client in minutes
Compatible with Claude Desktop, Cursor, and all Model Context Protocol clients
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.