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.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Search for pages in Notion. Parameters: query (string)
Retrieve a page as markdown using its ID. Parameters: page_id (string)
Create a new page in Notion. Parameters: parent (object), title (string), markdown (string, optional), properties (object, optional)
Set the title of a specific page. Parameters: page_id (string), title (string)
Update the markdown content of a page. Parameters: page_id (string), markdown (string)
Upload a file to Notion and optionally attach it to a page. Parameters: source (object), attach_to (object)
Add a comment to a page. Parameters: page_id (string), comment (string)
List data sources available in Notion.
Query a specific database in Notion. Parameters: database_id (string), filter (object, optional), sorts (array, optional)
Retrieve an image from Notion using its reference. Parameters: ref (string)
Get a fresh signed URL for a file in Notion. Parameters: ref (string)