0
/ 100
3 months ago
glama

Notion Remote MCP Server

Enables secure interaction with Notion through a suite of tools for searching, reading, and modifying pages and databases. It features OAuth 2.1 authentication with PKCE and encrypted token storage to provide an enterprise-ready interface for MCP clients.

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
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 3 credentials: NOTION_CLIENT_SECRET, STATE_SIGNING_KEY, TOKEN_ENC_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies1 medium

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

mediumajv@8.17.1GHSA-2g4f-4pwh-qvx6

ajv has ReDoS when using `$data` option

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configACCESS_TOKEN_TTL_MS
configALLOWED_ORIGINSOrigin allowlist for browser clients via .
configALLOWED_REDIRECT_URISfor your MCP client
configAUTH_CODE_TTL_MS
configBASE_URL(if not localhost)
configMCP_CLIENT_ID
configNOTION_CLIENT_ID/ NOTION_CLIENT_SECRET
🔐 secretNOTION_CLIENT_SECRETNOTION_CLIENT_ID /
configNOTION_REDIRECT_URI
configNOTION_VERSION(default: 2025-09-03)
configPORT
configRATE_LIMIT_MAX_AUTH
configRATE_LIMIT_MAX_MCP
configRATE_LIMIT_WINDOW_MS
configREFRESH_TOKEN_TTL_MS
🔐 secretSTATE_SIGNING_KEYto another random secret
configSTATE_SIGNING_KEY_FILE(Optional) TOKEN_ENC_KEY_FILE / for file-based secrets (defaults under ./data/)
🔐 secretTOKEN_ENC_KEYto the generated base64 key
configTOKEN_ENC_KEY_FILE(Optional) / STATE_SIGNING_KEY_FILE for file-based secrets (defaults under ./data/)
configTOKEN_STORE_PATH
// 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 3 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/edenking0621-png-mcp-12vpwi)](https://m8ven.ai/mcp/edenking0621-png-mcp-12vpwi)
commit: 434272697af41c9da2cceefb661982da5116b3fb
code hash: f8d95ed05bbd67ae2e1ae25fd7cabfd2147fab68651c8a245f34acf1ead4f0ad
verified: 4/11/2026, 3:11:46 PM
view raw JSON →