Skip to content
ai-supply.store
EntdeckenKategorienBestenlistenCommunityAgent APIFAQ
AnmeldenKostenlos registrieren
catalog / Marketing / Notion MCP Server
◇MCP serverMarketingFree

Notion MCP Server

Official Notion MCP server to search, create, and edit Notion pages and databases in Markdown.

@ai-supply
Installationen15k
↗ Quell-Repository
← More MarketingMarketing leaderboard →How we grade security →Source ↗

Notion MCP Server

The official Notion MCP Server lets AI assistants read from and write to your Notion workspace through the Model Context Protocol.

It exposes tools to search, retrieve, create, and update Notion pages and databases, including editing page content in Markdown with token consumption optimized for agents. Notion also offers a hosted remote MCP server with OAuth-based setup.

It is aimed at teams and individuals who want their AI assistant to manage notes, docs, and databases in Notion.

Rating rank
#1
of 13 in Marketing
Install rank
#9
of 13 in Marketing
Security score
100/100 · A
safe
Security rank
#1
of 13 in Marketing
Installs
15k
cat avg 80k
This listing vs category average
Installs
this
cat avg
Security (of 100)
this
cat avg
Adoption trend
See the Marketing leaderboard →
✓ Security: Safe · 100100/100 · grade Ascanned 34m ago
✓ no compromise signals15 risk-surface · 7/20 OWASP controls flagged

Only compromise signals — malicious or tampered code (leaked secrets, backdoors, a dropped executable) — reduce the score. Dangerous-by-capability traits are risk surface, expected for some capabilities. Every finding is mapped to the OWASP control it belongs to below.

What this capability can do · high confidence (static)
Tools (11)
statusidpetIdlimitorgIddeptIdincludeMetadatadepthgetABcreateABgetComposed
⚑ filesystem⚑ network⚑ secrets
egress → registry.npmjs.org, spec.modelcontextprotocol.io, developers.notion.com, www.notion.so, docs.github.com, opencollective.com, paypal.me, tidelift.com +7

Findings mapped to the OWASP Top 10 for LLM Applications (2025) and the OWASP Machine Learning Security Top 10. Expand any flagged control for the exact findings — compromise reduces the score; expected/risk-surface do not.

OWASP Top 10 for LLM Applications
⚠LLM02Sensitive Information Disclosurehigh
Secrets, credentials or PII shipped inside the artifact.
•Embedded credentials — found: hardcoded credential · makenotion-notion-mcp-server-d7e3bbd/src/openapi-mcp-server/mcp/__tests__/proxy.test.ts (CWE-798)expected
⚠LLM03Supply Chainhigh
Vulnerable/compromised dependencies, models or archives in the artifact.
•Dependency manifest — 24 npm dependencies declared · makenotion-notion-mcp-server-d7e3bbd/package.jsonrisk surface
•Vulnerable dependencies — 8 known vulnerabilities in: multer@1.4.5-lts.1 (CWE-1395)risk surface
⚠LLM05Improper Output Handlinghigh
Code that pipes model/user output into shell, eval, SQL or paths unsafely.
•Suspicious code patterns — environment/secret exfiltration · makenotion-notion-mcp-server-d7e3bbd/scripts/start-server.ts (CWE-200)risk surface
•Path traversal sequences — '../' present in content or name · makenotion-notion-mcp-server-d7e3bbd/scripts/start-server.ts (CWE-22)risk surface
•Suspicious code patterns — dynamic code execution · makenotion-notion-mcp-server-d7e3bbd/src/openapi-mcp-server/mcp/token.ts (CWE-95)risk surface
⚠LLM06Excessive Agencyhigh
Over-broad tool/permission surface or unrestricted egress.
•External endpoints declared — 1 distinct host(s) · makenotion-notion-mcp-server-d7e3bbd/.github/workflows/increment-version.ymlrisk surface
•External endpoints declared — 2 distinct host(s) · makenotion-notion-mcp-server-d7e3bbd/CLAUDE.mdrisk surface
•Broad capability surface — 3 high-impact capability categories referenced — verify least-privilege · makenotion-notion-mcp-server-d7e3bbd/README.md (CWE-272)risk surface
•External endpoints declared — 6 distinct host(s) · makenotion-notion-mcp-server-d7e3bbd/README.mdrisk surface
•External endpoints declared — 7 distinct host(s) · makenotion-notion-mcp-server-d7e3bbd/package-lock.jsonrisk surface
•External endpoints declared — 3 distinct host(s) · makenotion-notion-mcp-server-d7e3bbd/scripts/notion-openapi.jsonrisk surface
•Egress to a private/loopback host — 127.0.0.1, [::1] · makenotion-notion-mcp-server-d7e3bbd/scripts/server-options.test.ts (CWE-918)risk surface
⚠LLM07System Prompt Leakagehigh
Secrets, internal hosts or proprietary logic exposed in shipped prompts.
•Embedded credentials — found: hardcoded credential · makenotion-notion-mcp-server-d7e3bbd/src/openapi-mcp-server/mcp/__tests__/proxy.test.ts (CWE-798)expected
§LLM09MisinformationGovernance
Artifacts designed to produce false/deceptive output.
Detectable only by runtime behavioral evaluation; addressed via responsible-use attestation.
◷LLM10Unbounded ConsumptionRuntime-enforced
Unbounded loops/recursion causing DoS or runaway cost.
Enforced at runtime by the gateway (rate limits + spend caps + size caps); static check flags unbounded loops.
✓LLM01Prompt InjectionPassed
✓LLM04Data and Model PoisoningPassed
Backdoors/poisoning in training data or serialized models.
Behavioral poisoning needs model execution; static check covers unsafe serialization + dataset skew only.
✓LLM08Vector and Embedding WeaknessesPassed
PII or plaintext source leakage in embedding/vector exports.
Embedding inversion/poisoning is largely runtime; static check covers PII in vector exports.
OWASP Machine Learning Security Top 10
⚠ML06AI Supply Chainhigh
Compromised PyPI/npm packages, typosquats, unsafe serialized models.
•Dependency manifest — 24 npm dependencies declared · makenotion-notion-mcp-server-d7e3bbd/package.jsonrisk surface
•Vulnerable dependencies — 8 known vulnerabilities in: multer@1.4.5-lts.1 (CWE-1395)risk surface
⚠ML09Output Integrityhigh
Middleware tampering with model outputs in transit.
Gateway enforces TLS + response integrity; static check flags output-rewriting code.
•Suspicious code patterns — environment/secret exfiltration · makenotion-notion-mcp-server-d7e3bbd/scripts/start-server.ts (CWE-200)risk surface
•Path traversal sequences — '../' present in content or name · makenotion-notion-mcp-server-d7e3bbd/scripts/start-server.ts (CWE-22)risk surface
•Suspicious code patterns — dynamic code execution · makenotion-notion-mcp-server-d7e3bbd/src/openapi-mcp-server/mcp/token.ts (CWE-95)risk surface
§ML01Input Manipulation (Adversarial)Governance
Models vulnerable to adversarial perturbations.
Requires runtime robustness evaluation; addressed via publisher robustness attestation.
§ML03Model InversionGovernance
Training data reconstructable from a model's outputs.
Runtime/evaluation property; addressed via model-card data-provenance + DP attestation.
§ML04Membership InferenceGovernance
Determining whether a record was in the training set.
Runtime/evaluation property; addressed via overfitting disclosure + DP attestation.
§ML08Model SkewingGovernance
Models trained on skewed data producing biased output.
Requires fairness evaluation; addressed via model-card bias/limitations disclosure.
✓ML02Data PoisoningPassed
Poisoned training datasets with triggers or anomalous distributions.
Static check covers trigger phrasing, PII and label skew; full poisoning detection is runtime.
✓ML05Model TheftPassed
Unlicensed re-distribution / license-incompatible derivatives.
Static check verifies license declaration; extraction throttling is runtime.
✓ML07Transfer Learning AttackPassed
Backdoored base models / LoRA adapters propagating to derivatives.
Backdoor detection needs behavioral probing; static check covers unsafe serialization + provenance.
✓ML10Model Poisoning (Weights)Passed
Tampered model weight files; integrity must be verifiable.
Static check enforces safe formats + records a content hash for downstream verification.
Other findings (7) · hygiene / uncategorized
•Unrecognized file type — '.dockerignore' is not on the allowlist · makenotion-notion-mcp-server-d7e3bbd/.dockerignorerisk surface
•Unrecognized file type — '.gitignore' is not on the allowlist · makenotion-notion-mcp-server-d7e3bbd/.gitignorerisk surface
•Unrecognized file type — '.?' is not on the allowlist · makenotion-notion-mcp-server-d7e3bbd/Dockerfilerisk surface
•Suspicious network references — raw IP URL (11 URLs) · makenotion-notion-mcp-server-d7e3bbd/README.mdrisk surface
•Suspicious network references — raw IP URL (5 URLs) · makenotion-notion-mcp-server-d7e3bbd/scripts/server-options.test.tsrisk surface
•Suspicious network references — raw IP URL (1 URLs) · makenotion-notion-mcp-server-d7e3bbd/src/openapi-mcp-server/client/__tests__/test-server.tsrisk surface
•Unrecognized file type — '.snap' is not on the allowlist · makenotion-notion-mcp-server-d7e3bbd/src/openapi-mcp-server/openapi/__tests__/__snapshots__/notion-spec.snapshot.test.ts.snaprisk surface
✔ verified source · pinned makenotion-notion-mcp-server-d7e3bbd · changed since last scan (+42 pts) · +egress registry.npmjs.org, spec.modelcontextprotocol.io, developers.notion.com, docs.github.com, opencollective.com, paypal.me, tidelift.com, www.patreon.com, feross.org
Check against a policy

The same gate an agent runs before installing (POST /api/v1/trust/notion-mcp-server/check). Click a policy:

Consume Notion MCP Server programmatically. Authenticate with an API key or session — see Authorize an agent.

# Agents: CHECK BEFORE YOU INSTALL (no auth) — score, grade, level, capability manifest
curl https://ai-supply.store/api/v1/trust/notion-mcp-server

# Gate against your org policy (returns { pass, violations })
curl -X POST https://ai-supply.store/api/v1/trust/notion-mcp-server/check \
  -H "Content-Type: application/json" \
  -d '{"minGrade":"B","denyPermissions":["shell"],"denyUnknownEgress":true}'

# CLI
npx ai-supply add notion-mcp-server

# REST (install → download)
curl -X POST https://ai-supply.store/api/v1/listings/notion-mcp-server/install \
  -H "Authorization: Bearer $AIM_KEY"

# MCP tool
install_listing({ "slug": "notion-mcp-server" })
OpenAPI spec →
vlatest
✓ Security: Safe · 1005h ago

Curated mirror — latest upstream source. See the repository for tagged releases.

Sign in and install this listing to leave a review.

More from @ai-supply

View profile →
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 1.0M
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 892k
⇄Connector
Meilisearch
Lightning-fast open-source search engine with typo-tolerance, semantic hybrid search, and sub-50ms response times.
↓ 811k
△Eval
Weights & Biases (wandb)
ML experiment tracking and visualization — log metrics, hyperparameters, models, and media in real time.
↓ 784k
ai-supply.store

Kostenlose, sicherheitsgeprüfte KI-Fähigkeiten – Skills, MCPs, Plugins, Agents, Datasets und mehr, jeweils bewertet und auf Aktualität überwacht, gemacht für Menschen und Agents gleichermaßen.

api · v3.1status · all green
Kontakt
support@ai-supply.storesecurity@ai-supply.store
Katalog
  • Entdecken
  • Kategorien
  • Bestenlisten
  • Benchmarks
  • Sicherheit
Community
  • Community
  • FAQ
Für Agenten
  • Schnellstart (60s)
  • Agenten autorisieren
  • Agent API
  • OpenAPI-Spezifikation
Für Entwickler
  • Veröffentlichen
  • Dashboard
Konto
  • Konto erstellen
  • Anmelden
  • Einstellungen
Rechtliches
  • Nutzungsbedingungen
  • Publisher-Vereinbarung
  • Nutzungsrichtlinien
  • Datenschutz