io.github.shck-dev/notion-mcp
NPM · @SHCK-DEV/NOTION-MCP · SCANNED AUG 3
Notion MCP server — search, export, and import pages as markdown
Available components
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 →
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 40 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability85
- 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 Management23
- Stability observed for 7 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
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @shck-dev/notion-mcp
claude mcp add shck-dev-notion-mcp -- npx -y @shck-dev/notion-mcp
codex mcp add shck-dev-notion-mcp -- npx -y @shck-dev/notion-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"shck-dev-notion-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@shck-dev/notion-mcp"
],
"enabled": true
}
}
} openclaw mcp add shck-dev-notion-mcp --command npx --arg -y --arg @shck-dev/notion-mcp
mcp_servers:
shck-dev-notion-mcp:
command: "npx"
args: ["-y", "@shck-dev/notion-mcp"] {
"mcpServers": {
"shck-dev-notion-mcp": {
"command": "npx",
"args": [
"-y",
"@shck-dev/notion-mcp"
]
}
}
} 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.
- 3 Aug 26 +4
- Stability: unverified → 0.23 ▲ functional
- 31 Jul 26 +3
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 +37
- Tool coverage: unverified → 100 ▲ functional
- Schema quality: unverified → 100 ▲ functional
- First check of Schema quality: pass functional
- First check of Tool coverage: 100 functional
- First check of Schema quality: fail functional
- First check of Schema quality: excellent functional
- 26 Jul 26 59
First indexed and scored.
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
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 3 Aug 2026 · Analysed npm/@shck-dev/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- 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
- Discovery method:
- attestation_endpoint
Dependencies 0 packages
0 packages in the resolved dependency tree.
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.
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.
| Name | Type | Req | Description |
|---|---|---|---|
| anchor_text | string | — | Optional: substring of the block's text to anchor the comment to (inline comment). Must match exactly. |
| block_id | string | yes | Notion block ID (32-char hex) — the block containing the text to comment on. A page ID also works (block-level only). |
| text | string | yes | Comment 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.
| Name | Type | Req | Description |
|---|---|---|---|
| caption | string | — | Optional caption (also used as markdown alt text on export) |
| image_path | string | yes | Absolute path to a local image file, or an http(s) image URL |
| page_id | string | yes | Notion 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).
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | yes | Markdown content to append to the page |
| page_id | string | yes | Notion 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.
| Name | Type | Req | Description |
|---|---|---|---|
| file_path | string | yes | Absolute path to a local .md file |
| page_id | string | yes | Notion 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.
| Name | Type | Req | Description |
|---|---|---|---|
| icon | string | — | Optional page icon (emoji like "📄" or URL) |
| markdown | string | — | Optional markdown content for the page body |
| parent_page_id | string | yes | Parent page ID (32-char hex) or full Notion URL |
| title | string | yes | Title 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.
| Name | Type | Req | Description |
|---|---|---|---|
| file_path | string | yes | Absolute path to a local .md file |
| icon | string | — | Optional page icon (emoji like "📄" or URL) |
| parent_page_id | string | yes | Parent page ID (32-char hex) or full Notion URL |
| title | string | yes | Title 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.
| Name | Type | Req | Description |
|---|---|---|---|
| image_dir | string | — | Optional 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_id | string | yes | Notion 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).
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | yes | Markdown content to write to the page |
| page_id | string | yes | Notion 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.
| Name | Type | Req | Description |
|---|---|---|---|
| file_path | string | yes | Absolute path to a local .md file |
| page_id | string | yes | Notion 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.
| Name | Type | Req | Description |
|---|---|---|---|
| curl | string | yes | The full "Copy as cURL" string from DevTools → Network → a /api/v3 request |
| space_id | string | — | Optional 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.
| Name | Type | Req | Description |
|---|---|---|---|
| include_resolved | boolean | — | Include resolved discussions (default: false) |
| page_id | string | yes | Notion 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.
| Name | Type | Req | Description |
|---|---|---|---|
| discussion_id | string | yes | Discussion ID (32-char hex) from list_comments or add_comment |
| text | string | yes | Reply 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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Maximum number of results to return (default: 10) |
| query | string | yes | Search query (matches page titles and content) |
No output schema declared.
No examples provided.