74
/ 100
1 month ago
npm

notion-mcp-server

Notion MCP server for Claude, Cursor, ChatGPT, and Claude Desktop — connect AI agents to Notion via the Model Context Protocol. Create pages, query databases, append blocks, upload files, and more in natural language.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
2 tools verified — handlers match their declared behaviour
1 read-only tool verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: NOTION_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configNOTION_BLOCKED_OPERATIONS✅ New, optional Comma-separated blocklist (same token vocabulary). Applied after the allowlist, so a blocked operation is always disabled.
configNOTION_DAILY_LOG_PAGE_ID✅ Optional Used only by the daily-log MCP prompt. Ignore if you don't call that prompt.
configNOTION_PAGE_ID[Optional ](#optional-notion_page_id)
configNOTION_RATE_LIMITRate-limit handling Not documented (429s bubble up) ✅ Shared token-bucket limiter (3 req/s default, configurable via ) + exponential backoff on 429/5xx/timeouts, honors Retry-After
🔐 secretNOTION_TOKEN"": "ntn_paste_your_token_here"
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/notion-mcp-server-w16bms)](https://m8ven.ai/mcp/notion-mcp-server-w16bms)
commit: f5f1bdaf2456093a583722dab8422cf7b972636c
code hash: ddca6cde5590486d910aed2430322b51b092b0ec254291672f08df9c18b45a7d
verified: 6/14/2026, 10:10:57 AM
view raw JSON →