Better Notion MCP is a Markdown-first MCP server that provides AI-optimized, composite tools for interacting with Notion workspaces through human-readable markdown instead of raw JSON blocks.
Core Capabilities:
Pages: Create, read, update, archive, restore, and duplicate pages with markdown content; set titles, icons, covers, and properties; append or prepend content; batch operations
Databases: Create and manage databases with custom schemas; query with filters, sorts, and text search; create, update, and delete database pages; manage data sources; bulk operations
Blocks: Get, append, update, and delete individual blocks; supports headings, paragraphs, lists, code blocks, quotes, dividers, and inline formatting
Users: List all users, get specific user details by ID, retrieve current authenticated user info
Workspace: Get workspace information; search across pages and databases with filtering and sorting options
Comments: List existing comments, create new comment discussions, reply to existing threads
Content Conversion: Convert between markdown and Notion blocks format (automatic in most tools)
Help: Get on-demand detailed documentation for any tool
Key Advantages:
Markdown-first for human readability and AI processing
Composite operations replacing multiple API requests
Auto-pagination without manual cursor management
Native batch operation support
~77% token reduction through tiered descriptions and on-demand documentation
Provides markdown-first tools for managing Notion workspaces, including page lifecycle operations (create, update, archive, duplicate), database management with bulk operations, block-level editing, user management, workspace search, and comment operations. Features composite actions that combine multiple operations, auto-pagination, and smart database queries.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Better Notion MCPcreate a new page in my 'Projects' database with title 'Q4 Planning' and markdown content for our quarterly goals"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Better Notion MCP
Markdown-First MCP Server for Notion - Optimized for AI Agents
Why "Better"?
8 composite tools that consolidate Notion's 28+ REST API endpoints into action-based operations optimized for AI agents.
vs. Official Notion MCP Server
Feature | Better Notion MCP | Official Notion MCP |
Content Format | Markdown (human-readable) | Raw JSON blocks |
Operations | Composite actions (1 call) | Atomic (2+ calls) |
Pagination | Auto-pagination | Manual cursor |
Bulk Operations | Native batch support | Loop manually |
Tools | 8 tools (30+ actions) | 28+ endpoint tools |
Token Efficiency | Optimized | Standard |
Quick Start
Get your token: https://www.notion.so/my-integrations → Create integration → Copy token → Share pages
NPX (Recommended)
Docker
Tools
Tool | Actions |
| create, get, update, archive, restore, duplicate |
| create, get, query, create_page, update_page, delete_page, create_data_source, update_data_source, update_database |
| get, children, append, update, delete |
| list, get, me, from_workspace |
| info, search |
| list, create |
| markdown-to-blocks, blocks-to-markdown |
| Get full documentation for any tool |
Token Optimization
~77% token reduction via tiered descriptions:
Tier | Purpose | When |
Tier 1 | Compressed descriptions | Always loaded |
Tier 2 | Full docs via | On-demand |
Tier 3 | MCP Resources | Supported clients |
Limitations
Supported Blocks:
✅ Headings, Paragraphs, Lists, Code blocks, Quotes, Dividers
✅ Inline: bold, italic, code, strikethrough, links
Unsupported Blocks:
❌ Tables, Toggles, Callouts, Columns, Databases, Embeds, Images, Files
Build from Source
Requirements: Node.js 24+, pnpm
Contributing
See CONTRIBUTING.md
License
MIT - See LICENSE