MCP Server
makenotion/notion-mcp-server
makenotion/notion-mcp-server· TypeScript
Notion's official MCP server exposing 22 tools for pages, databases, and search.
GitHub stats
- Stars
- 4,282
- Forks
- 556
- Watchers
- 24
- Open issues
- 154
meta
- License
- MIT
- Primary language
- TypeScript
- Last commit
- 2026-03-18
- Stats fetched at
- 2026-04-29
The official MCP server from Notion, giving Claude, Cursor, and other MCP clients direct access to your workspace through 22 tools covering pages, databases, blocks, comments, and search. Install via npx with a Notion integration token, then add it to your client's MCP config. Targeted at builders who want their AI assistant to read, write, and organize Notion content without bespoke API plumbing.
Editor's verdict
Pick this if Notion is your source of truth and you want the vendor-maintained path — official means API changes get patched here first. Trade-off: 22 tools eats a chunk of your context window, and the integration token model means it sees everything you grant it (no per-page consent prompts). For read-only use cases or lightweight workflows, a community MCP with fewer tools or a custom wrapper around the Notion API will be leaner.