Better Notion MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NOTION_TOKEN | Yes | Your Notion integration token. Get it from https://www.notion.so/my-integrations → Create integration → Copy token → Share pages with integration |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| pagesA | Page CRUD for individual pages and database rows. Actions (required params -> optional):
Use |
| databasesA | Database schema, query, and bulk row operations. Actions (required params -> optional):
Use |
| blocksA | Read and modify block-level content within pages. Actions (required params -> optional):
Use |
| usersA | Get user information. Actions (required params):
|
| workspaceA | Search workspace and get workspace info. Actions (required params -> optional):
|
| commentsA | Manage page comments. Actions (required params -> optional):
|
| content_convertA | Convert between markdown and Notion block JSON. Directions: markdown-to-blocks (input: markdown string), blocks-to-markdown (input: JSON array of Notion blocks or JSON string). Most tools (pages, blocks) handle markdown automatically -- use this only for preview/validation. Supported markdown: headings, lists, to-do, code blocks, blockquotes, dividers, callouts (> [!NOTE]), toggles (), tables, images, bookmarks, embeds, equations ($$), columns (:::columns), [toc], [breadcrumb]. Inline: bold, italic, |
| file_uploadsA | Upload files to Notion. Actions (required params -> optional):
Max 20MB direct, multi-part for larger files. |
| helpA | Get full documentation for a tool. Use when compressed descriptions are insufficient. |
| configA | Manage server configuration and credential state. Actions:
|
| config__open_relayA | Open the relay configuration form for better-notion-mcp in the user browser. Returns the relay URL, whether the browser launched, and the current credential state. Auto-respawns the daemon if it has died. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Pages Tool Docs | |
| Databases Tool Docs | |
| Blocks Tool Docs | |
| Users Tool Docs | |
| Workspace Tool Docs | |
| Comments Tool Docs | |
| Content Convert Tool Docs | |
| File Uploads Tool Docs |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/n24q02m/better-notion-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server