$ timeahead.in
/ servers/npm/@notionhq/notion-mcp-server
npm

@notionhq/notion-mcp-server

Official MCP server for Notion API

5k stars135k/wkupdated 28d agogithub ↗
85good
▣ Overview

What it does

Notion's official MCP server exposes the Notion API as tools for Claude, enabling AI agents to query databases and data sources, create and update pages in Markdown, search workspace content, and manage page hierarchies and metadata. It implements Notion API version 2025-09-03, which refactored database operations around data sources as the primary abstraction.

Who it's for

Backend engineers integrating Notion into data pipelines, product managers automating status updates and summaries, and teams building knowledge bases that Claude can query and augment with analysis.

Common use cases

  • Query a Notion database or data source and summarize findings for a report
  • Create new Notion pages with analysis, research notes, or meeting summaries generated by Claude
  • Search your Notion workspace for context on a topic before answering a question
  • Update data source properties, filter and sort databases, and reorganize pages across sections
  • Move pages between parent locations and modify page metadata from Claude

Setup pitfalls

  • Requires a Notion API token (NOTION_TOKEN env var) from an internal integration. Store it securely — never hardcode it or commit it to version control.
  • The integration must be explicitly granted access to pages and databases via Notion's integration Access tab. Without access grants, the server cannot read or modify workspace content.
  • Version 2.0.0 introduced breaking changes: database tools (post-database-query, update-a-database, create-a-database) were removed in favor of data source tools. Update any hardcoded tool names or prompts that reference the old tools.
  • Notion is deprioritizing this local repository in favor of its remote MCP server. Active support is waning; report bugs to Notion support, not the GitHub repo.
1 credential detected in repository history via Gitleaks
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
80
28.0
Freshness
25%
100
25.0
Adoption
20%
97
19.3
Quality
10%
80
8.0
Trust
10%
50
5.0
Total
85.3
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecevalsecrets
◆ Risk level: high
fs read + fs write + network + exec + eval + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "notionhqnotion": {
      "command": "npx",
      "args": [
        "-y",
        "@notionhq/notion-mcp-server"
      ]
    }
  }
}
📈 Score historylast 49 snapshots
4/30/20267/21/2026 · 49 snapshots
⚙ Maintenance health
46/ 100 · is this project alive?
contributors (1y)9
top contributor share42%
releases (1y)1
last release170d ago
ci⚠ failing
⛁ Raw data
weekly downloads135k
github stars5k
forks603
open issues180
license✓ present
readme length13281 chars
last publish0d ago
last commit28d ago
last updated7d ago
install verified✓ pass · 70d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points