Search, read, and update pages from Cursor
Notion has dozens of MCP wrappers in the catalog. Most overlap. You need one server that can search the workspace, read Markdown, and write pages — not a long directory of near-duplicates.
Ads
Official server — search, read, and edit pages with tools tuned for agents.
Community TypeScript server focused on page CRUD with a Notion integration token.
Lightweight community option if you already wire Notion via a custom integration.
Minimal community wrapper when you only need a few Notion tools.
Use the official Notion MCP when you want OAuth-friendly setup, Markdown edit tools, and active support from Notion.
Reach for community servers when you need a private API token flow, a smaller surface area, or a fork that matches an older local install.
One server — Notion MCP. Not a stack merge.
{
"mcpServers": {
"notion": {
"command": "npx",
"args": [
"-y",
"@notionhq/notion-mcp-server"
],
"env": {
"NOTION_TOKEN": "ntn_****"
}
}
}
}Added 18 days ago ·