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.
A comprehensive tool for page operations including: creating new pages with specified content, updating page properties, archiving pages, restoring previously archived pages, and searching for pages by title.
A complete toolkit for block operations including: retrieving block content, fetching child blocks, appending new blocks to a parent, updating existing blocks, deleting blocks, and performing batch operations.
A powerful tool for database interactions including: creating new databases with custom properties, querying databases with filters and sorting, and updating database structure and properties.
A tool for managing comments on Notion content: retrieving comments from pages and blocks, adding new comments to pages, and replying to existing discussions.
A tool for accessing user information: listing all workspace users, getting details about specific users, and retrieving information about the current bot user.
No reviews yet. Be the first to review!
Sign in to join the conversation