Notion MCP
Read and write Notion pages, databases, and blocks. Build wikis, docs, and project trackers.
Overview
| Catalog ID | mcp-notion |
| Category | docs |
| Auth method | OAuth |
| Blast radius | moderate |
| Trust | Verified — published by cendriix |
| Version | 1.1.0 |
| Regions | us-east-1, eu-west-1 |
Tools
| Tool | Description |
|---|---|
search_pages | Search Notion pages by query. |
create_page | Create a new Notion page. |
query_database | Query a Notion database with optional filters and sorts. |
update_page | Update a Notion page. |
create_database_entry | Create an entry in a Notion database. |
Tool parameters
search_pages
Search Notion pages by query.
| Parameter | Type | Description | |
|---|---|---|---|
query | string | required | Search query text |
create_page
Create a new Notion page.
| Parameter | Type | Description | |
|---|---|---|---|
parentId | string | required | Parent page ID |
title | string | required | Page title |
content | string | optional | Initial page content (optional) |
query_database
Query a Notion database with optional filters and sorts.
| Parameter | Type | Description | |
|---|---|---|---|
databaseId | string | required | Notion database ID |
filter | object | optional | Notion filter object (optional) |
sorts | array | optional | Sort criteria (optional) |
update_page
Update a Notion page.
| Parameter | Type | Description | |
|---|---|---|---|
page_id | string | required | Page ID |
properties | object | optional | Properties to update |
archived | boolean | optional | Archive the page |
create_database_entry
Create an entry in a Notion database.
| Parameter | Type | Description | |
|---|---|---|---|
database_id | string | required | Database ID |
properties | object | required | Entry properties |
Installing
- In Cendriix, go to Settings → MCPs
- Find Notion and click Install
- Click Authorize after installing. Cendriix completes the OAuth flow with the provider and refreshes tokens automatically — you never paste a long-lived secret.
- Click Test Connection to run a health check and list available tools
Authentication. Click Authorize after installing. Cendriix completes the OAuth flow with the provider and refreshes tokens automatically — you never paste a long-lived secret.
Blast radius
This MCP is classified moderate. This MCP can create and update records in the connected service, but cannot delete infrastructure.
Every tool invocation is recorded in your Audit Log. You can remove this MCP at any time from Settings → MCPs, which revokes tool access immediately.
Further reading
- MCP Marketplace — browse and install MCPs
- Policies & Guardrails — approval gates and blast radius
- Audit Log — review tool invocations
Last updated on