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.
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
https://mcp.mcpbundles.com/bundle/notionThe link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.
Notion and paste the MCP URL into Remote MCP server URL.Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).
More collaboration integrations you might like
Guru is a knowledge management platform that allows teams to organize, share, and access important i...
Mendeley is a reference management software that allows researchers to organize and share research p...
Dropbox Sign provides a platform for electronic signatures and document management, enabling users t...
Figma REST API for design file management, components, styles, and collaboration. Access files, node...
GitBook is a platform for creating, maintaining, and sharing documentation. Teams collaborate on con...
Miro is an online collaborative whiteboard platform that enables teams to brainstorm, plan, and coll...