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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Run any Notion operation. Pass `{ operation, payload }` where payload is either a single object or `{ items: [...] }` for batch mode. Supports operations like `set_page_title`, `create_page`, and many more.
Return the JSON Schema + working example for a single operation. Use this to see the shape of a complex operation before calling `notion_execute`.