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ún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
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`.