Notion MCP Server provides a bridge to the Notion API, enabling AI assistants to create, update, and manage Notion pages and blocks. Built by Yaroslav Boiko, it offers tools for page operations (creation, archiving, restoration, searching) and block manipulation (appending, retrieving, updating, deleting) with support for batch operations to improve efficiency. The implementation requires Notion API credentials (token and page ID) and is packaged as a Node.js application with Docker support, making it ideal for workflows that need to maintain documentation, notes, or knowledge bases in Notion without switching contexts.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Create a new page with specified content.
Update properties of an existing page.
Move a page to the trash (archive it).
Restore a previously archived page.
Search for pages by title.
Append new blocks to a parent block.
Retrieve content of a specific block.
Fetch child blocks of a specific block.
Update the content of an existing block.
Delete a specific block.
Perform batch append operations for block children.
Perform batch updates on multiple blocks.
Perform batch deletions of multiple blocks.
Perform mixed operations (append, update, delete) in a single request.
Create a new database with custom properties.
Query databases with filters and sorting.
Update the structure and properties of an existing database.
Retrieve comments from pages and blocks.
Add a new comment to a page.
Reply to existing discussions with a new comment.
List all users in the workspace.
Get details about a specific user.
Retrieve information about the current bot user.