Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.shck-dev/notion-mcp

NPM · @SHCK-DEV/NOTION-MCP · SCANNED SEP 20

Notion MCP server — search, export, and import pages as markdown

0 this week 96 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to shck-dev/notion-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 88 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability88
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1434 tokens (~95/item across 15 items; 13 tools + 2 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
  • Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 13 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 14 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.shck-dev/notion-mcp server?

io.github.shck-dev/notion-mcp runs locally as an npm package, launched with npx -y @shck-dev/notion-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @shck-dev/notion-mcp

# add to Claude Code
claude mcp add shck-dev-notion-mcp -- npx -y @shck-dev/notion-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "shck-dev-notion-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@shck-dev/notion-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "shck-dev-notion-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@shck-dev/notion-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add shck-dev-notion-mcp -- npx -y @shck-dev/notion-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "shck-dev-notion-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@shck-dev/notion-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add shck-dev-notion-mcp --command npx --arg -y --arg @shck-dev/notion-mcp
# ~/.hermes/config.yaml
mcp_servers:
  shck-dev-notion-mcp:
    command: "npx"
    args: ["-y", "@shck-dev/notion-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "shck-dev-notion-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@shck-dev/notion-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add shck-dev-notion-mcp -t stdio -c npx -a -y @shck-dev/notion-mcp
// mcp.json
{
  "mcpServers": {
    "shck-dev-notion-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@shck-dev/notion-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −3
    • Security disclosure: unverified → fail functional
    • Stability: pass → 0.80 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
    • Security disclosure: fail → unverified functional
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 0
    • Security disclosure: unverified → fail functional
  • 13 Sept 26 +1
    • Security disclosure: fail → unverified functional
  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/@shck-dev/notion-mcp@0.5.2

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo shck-dev/notion-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/shck-dev/notion-mcp/.github/workflows/publish-mcp.yml@refs/tags/v0.5.2
Rekor log index 1928729702
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:bd738313ec6d62a9c78052e46d2c3de7b34b8a32105b54d1c50edba72a14877ecc5c9d52811082250fd6018dda30d8339c7df74763dd80cc8e3d3797e

Background: How many MCP packages publish verified provenance →

Dependencies 0 packages
Packages resolved 0
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 13 exposed · ~1,399 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
notion_add_comment ~162

Start a new comment discussion on a block. If `anchor_text` is provided, the comment is anchored inline to that exact substring of the block's text (the Notion UI highlights it yellow). Without `anchor_text`, the discussion attaches at the block level. Supports markdown **bold**, *italic*, `code`, and [links](url) in the comment body.

NameTypeReqDescription
anchor_textstringOptional: substring of the block's text to anchor the comment to (inline comment). Must match exactly.
block_idstringyesNotion block ID (32-char hex) — the block containing the text to comment on. A page ID also works (block-level only).
textstringyesComment body (supports markdown inline formatting)

No output schema declared.

No examples provided.

notion_add_image ~127

Add an image to the END of a Notion page. `image_path` is either an absolute path to a local image file (uploaded to Notion) or an http(s) URL (referenced as an external image). Non-destructive — appended after existing blocks.

NameTypeReqDescription
captionstringOptional caption (also used as markdown alt text on export)
image_pathstringyesAbsolute path to a local image file, or an http(s) image URL
page_idstringyesNotion page ID (32-char hex) or full Notion URL

No output schema declared.

No examples provided.

notion_append_to_page ~105

Append markdown content to the END of a Notion page, after the existing blocks. Non-destructive — existing content is left untouched. Supports headings, lists, to-do checkboxes, code blocks, tables, and inline formatting (bold, italic, strikethrough, code, links).

NameTypeReqDescription
markdownstringyesMarkdown content to append to the page
page_idstringyesNotion page ID (32-char hex) or full Notion URL

No output schema declared.

No examples provided.

notion_append_to_page_from_file ~79

Append a local markdown file to the END of a Notion page, after the existing blocks. Non-destructive — existing content is left untouched.

NameTypeReqDescription
file_pathstringyesAbsolute path to a local .md file
page_idstringyesNotion page ID (32-char hex) or full Notion URL

No output schema declared.

No examples provided.

notion_create_page ~106

Create a new Notion page as a child of an existing page. Optionally populate it with markdown content. Returns the URL of the created page.

NameTypeReqDescription
iconstringOptional page icon (emoji like "📄" or URL)
markdownstringOptional markdown content for the page body
parent_page_idstringyesParent page ID (32-char hex) or full Notion URL
titlestringyesTitle of the new page

No output schema declared.

No examples provided.

notion_create_page_from_file ~103

Create a new Notion page and populate it from a local markdown file. Returns the URL of the created page.

NameTypeReqDescription
file_pathstringyesAbsolute path to a local .md file
iconstringOptional page icon (emoji like "📄" or URL)
parent_page_idstringyesParent page ID (32-char hex) or full Notion URL
titlestringyesTitle of the new page

No output schema declared.

No examples provided.

notion_export_page ~126

Export a Notion page as clean markdown. Converts headings, lists, code blocks, tables, bold/italic, links, images, and nested content into standard markdown. Image links resolve to viewable URLs; pass image_dir to download images locally and link to the files instead.

NameTypeReqDescription
image_dirstringOptional absolute directory: download images here and link to the local files (markdown should be saved beside this folder). Without it, image links are public CDN URLs.
page_idstringyesNotion page ID (32-char hex) or full Notion URL

No output schema declared.

No examples provided.

notion_import_page ~122

Write markdown content to a Notion page. DESTRUCTIVE: replaces ALL existing blocks on the page with content parsed from the markdown string. To add content without removing what is already there, use notion_append_to_page instead. Supports headings, lists, to-do checkboxes, code blocks, tables, and inline formatting (bold, italic, strikethrough, code, links).

NameTypeReqDescription
markdownstringyesMarkdown content to write to the page
page_idstringyesNotion page ID (32-char hex) or full Notion URL

No output schema declared.

No examples provided.

notion_import_page_from_file ~97

Write a local markdown file to a Notion page. DESTRUCTIVE: reads the file and replaces ALL existing page blocks with the parsed content. To add content without removing what is already there, use notion_append_to_page_from_file instead.

NameTypeReqDescription
file_pathstringyesAbsolute path to a local .md file
page_idstringyesNotion page ID (32-char hex) or full Notion URL

No output schema declared.

No examples provided.

notion_init ~137

Set up Notion credentials by pasting a "Copy as cURL" of any notion.so/api/v3 request from your browser DevTools (Network tab → right-click a request → Copy as cURL). Extracts the token/user/workspace and saves them to ~/.notion-mcp/config.json. If you have multiple workspaces, it lists them — call again with space_id. Runs without existing credentials.

NameTypeReqDescription
curlstringyesThe full "Copy as cURL" string from DevTools → Network → a /api/v3 request
space_idstringOptional workspace id (when you have more than one)

No output schema declared.

No examples provided.

notion_list_comments ~89

List all open comment discussions on a page (and its child blocks). Returns discussion IDs, anchored text context, authors, timestamps, and comment bodies. Use this to read feedback/review threads on any page.

NameTypeReqDescription
include_resolvedbooleanInclude resolved discussions (default: false)
page_idstringyesNotion page ID (32-char hex) or full Notion URL

No output schema declared.

No examples provided.

notion_reply_comment ~66

Reply to an existing comment discussion thread. Use the discussion ID returned from notion_list_comments or notion_add_comment.

NameTypeReqDescription
discussion_idstringyesDiscussion ID (32-char hex) from list_comments or add_comment
textstringyesReply body (supports markdown inline formatting)

No output schema declared.

No examples provided.

notion_search ~80

Full-text search across all pages in your Notion workspace. Returns page titles, IDs, and last edited timestamps. Searches everything you can see in the browser — no need to explicitly share pages.

NameTypeReqDescription
limitnumberMaximum number of results to return (default: 10)
querystringyesSearch query (matches page titles and content)

No output schema declared.

No examples provided.

Common questions

What is the io.github.shck-dev/notion-mcp server?

io.github.shck-dev/notion-mcp is listed in the public MCP registry as io.github.shck-dev/notion-mcp. Notion MCP server, search, export, and import pages as markdown. This page covers its npm package (@shck-dev/notion-mcp).

Is the io.github.shck-dev/notion-mcp server safe to use?

io.github.shck-dev/notion-mcp scores 96 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.shck-dev/notion-mcp server expose?

io.github.shck-dev/notion-mcp exposes 13 tools: notion_search, notion_export_page, notion_import_page, notion_import_page_from_file, notion_append_to_page, and 8 more. Their descriptions and schemas cost roughly 1,399 tokens of context every time the server is loaded.

Is the io.github.shck-dev/notion-mcp server still maintained?

io.github.shck-dev/notion-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.shck-dev/notion-mcp server under?

io.github.shck-dev/notion-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.