Notion MCP Server
NotionNotion's official MCP server, written in TypeScript, exposing the Notion API to agents: searching a workspace, querying, retrieving, creating and updating data sources, reading and writing pages and blocks, and managing properties and comments, with token-optimized responses and Markdown page editing. It targets the 2025-09-03 API, in which data sources rather than databases are the primary abstraction, and installs over standard OAuth.
First-party Notion (makenotion) server. Notion also runs a hosted MCP endpoint; the openness score reads it as a managed deployment of this same server rather than a tier withholding tools. Verified 2026-08-13 via GitHub and the repository LICENSE.
Openness
5 high confidence- license
- MIT(OSI)
- source
- public
- core-gated
- ungated
Fully MIT, first-party Notion server, no feature-gated core. Notion also runs a hosted MCP endpoint documented at developers.notion.com, but that is a managed deployment of this same server rather than a tier withholding tools from it, which the ladder settles as ungated.
- https://raw.githubusercontent.com/makenotion/notion-mcp-server/main/LICENSE recorded 2026-08-13
MIT permission grant: "Copyright (c) 2025 Notion Labs, Inc."
- https://github.com/makenotion/notion-mcp-server recorded 2026-08-13
Repo page - MIT badge, 4,588 stargazers, the whole server in the tree, installed from npm. The hosted Notion MCP is pointed at as documentation rather than as a paid tier; no license key, second license or enterprise directory.
Adoption
3 medium confidence739,577 npm downloads of @notionhq/notion-mcp-server in the trailing 30 days, which bands at 100K-1M, level 3 on the software adoption scale. Because that package publishes a real figure, the level rests on a measurement rather than on stars plus an inference that npm distribution implies wider use.
- https://api.npmjs.org/downloads/point/last-month/@notionhq/notion-mcp-server recorded 2026-08-12
739,577 downloads in the last month
Capability
4 medium confidenceComprehensive single-product Notion API coverage.
- https://github.com/makenotion/notion-mcp-server recorded 2026-08-13
"Version 2.0.0 migrates to the Notion API 2025-09-03 which introduces data sources as the primary abstraction for databases", with seven new tools listed. "Easy installation via standard OAuth"; "Powerful tools tailored to AI agents, including editing pages in Markdown. These tools are designed with optimized token consumption in mind." Worked examples call v1/search and v1/comments. NOT on the page: a tool count of 22 or any other number.
Verified 2026-08-12