Better Notion MCP Server

Japanese / 日本語 An MCP server that lets you operate Notion with a single Markdown document. Its 9 documented tools cluster into read & search, update, create & write, schema. It runs locally over stdio via the published package.

People who work with Notion and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-02-19 · ★ 2 · #127 OF 160 MAINTAINED PRODUCTIVITY · VERIFIED 2026-09-18

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install Better Notion

before you install - you'll need

NOTION_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add ai-aviate-better-mcp-notion -- npx -y better-mcp-notion

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ai-aviate-better-mcp-notion": {
      "command": "npx",
      "args": [
        "-y",
        "better-mcp-notion"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package better-mcp-notion - unscoped; check the name against the project README before installing

registry namespace io.github.ai-aviate is GitHub-verified and matches the repo owner

03 · What Better Notion can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can read a Notion page as Markdown with frontmatter. Supports recursive child page reading with depth, create or update pages from Markdown. Supports batch operations and append/prepend, search the workspace by keyword. Returns a Markdown-formatted list, and list database records as a table or child pages as a list. Supports natural language filter & sort.

Capability map

Tools grouped from the project's README - what Better Notion lets an agent do.

read & search

3 tools - e.g. Read a Notion page as Markdown with frontmatter. Supports recursive child page reading with depth.; Search the workspace by keyword. Returns a Markdown-formatted list.; List database records as a table or…

read · search · list

update

2 tools - e.g. Quick property update without rewriting content. Just pass page + key-value pairs.; Move a page to a different parent page or database.

update · move

create & write

1 tool - e.g. Create or update pages from Markdown. Supports batch operations and append/prepend.

write

Schema

1 tool - e.g. View or modify database schema - add, remove, or rename columns.

schema

Comment

1 tool - e.g. Add or read comments on a page.

comment

delete

1 tool - e.g. Archive (soft-delete) a page.

delete

04 · Who maintains Better Notion

better-notion is maintained by ai-aviate. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
productivity - ranked #127 of 160 actively-maintained productivity servers as of 2026-09-18.
registry
io.github.ai-aviate/better-notion (active, first published 2026-02-19)
packages
npm:better-mcp-notion

06 · Better Notion FAQ

Is Better Notion still maintained?

Yes - as of 2026-09-18, its last commit was 2026-02-19. We re-verify nightly.

What can Better Notion do?

With this server connected, an agent can read a Notion page as Markdown with frontmatter. Supports recursive child page reading with depth, create or update pages from Markdown. Supports batch operations and append/prepend, search the workspace by keyword. Returns a Markdown-formatted list, and list database records as a table or child pages as a list. Supports natural language filter & sort.

How do I install Better Notion?

Run `npx -y better-mcp-notion`. The README documents one environment variable (NOTION_API_KEY) to set first. You can also paste the ready-made client config above.

Does Better Notion run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Better Notion