Better Notion MCP

Markdown-first Notion for AI agents -- pages, databases, blocks, and comments in one call. Its 11 documented tools cluster into config, pages, databases, blocks.

People connecting productivity tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 36 · #19 OF 139 MAINTAINED PRODUCTIVITY · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Better Notion MCP

before you install - you'll need

Set NOTION_TOKEN, TRANSPORT_MODE, PUBLIC_URL, NOTION_OAUTH_CLIENT_ID, NOTION_OAUTH_CLIENT_SECRET before connecting.

Claude Code

claude mcp add n24q02m-better-notion-mcp --transport http https://notion.n24q02m.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "n24q02m-better-notion-mcp": {
      "url": "https://notion.n24q02m.com/mcp"
    }
  }
}

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

https://notion.n24q02m.com/mcp

transport: streamable-http

endpoint NOT responding · probed 2026-08-25

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 · container (OCI image) - can be sandboxed away from your filesystem · remote - your agent's requests go to notion.n24q02m.com

license Apache-2.0 - declared in the repository

npm package @n24q02m/better-notion-mcp - published under the repo owner's npm scope (@n24q02m)

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

03 · What Better Notion MCP 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 create, read, update, and organize pages, read and manipulate block content, list and retrieve user information, and convert between Markdown and Notion blocks (uses a direction parameter).

Capability map

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

Config

2 tools - e.g. Inspect and manage credential state and configuration lifecycle; Open the relay configuration form in the browser and return the relay URL + credential state

config · config__open_relay

Pages

1 tool - e.g. Create, read, update, and organize pages

pages

Databases

1 tool - e.g. Database CRUD and page management within databases

databases

Blocks

1 tool - e.g. Read and manipulate block content

blocks

Users

1 tool - e.g. List and retrieve user information

users

Workspace

1 tool - e.g. Workspace metadata and cross-workspace search

workspace

Comments

1 tool - e.g. Page comments and discussion replies

comments

Content

1 tool - e.g. Convert between Markdown and Notion blocks (uses a direction parameter)

content_convert

Latest releases

v2.39.0 · 2026-08-14

v2.39.0 (2026-08-14) · --- · Detailed Changes: v2.39.0-beta.2...v2.39.0

v2.38.0 · 2026-07-18

v2.38.0 (2026-07-18) · Add orphan-tag integrity guard to release CI (#1131, d5f35ba) · Adopt better-semantic-release for built-in release guards · Broaden XPIA marker regex to catch whitespace-padded variants · Bump…

v2.37.0 · 2026-07-14

v2.37.0 (2026-07-14) · Correct mention gate expression (balanced parens + precedence) (#1113, 0f79c3e) · Gate oc mention job on comment author write access (#1113, 0f79c3e) · Run opencode bot on hosted runners (#1112…

04 · Who maintains Better Notion MCP

better-notion-mcp is maintained by n24q02m. We track 9 MCP servers from n24q02m - 9 actively maintained, 209 combined GitHub stars, oldest repo from Dec 2025. Full record: all servers from n24q02m.

  1. better-email-mcp IMAP/SMTP MCP server for Email with composite tools. Multi-account, auto-discovery. ★ 31
  2. wet-mcp MCP server for web search, content extraction, academic research, and library docs. ★ 16
  3. better-code-review-graph Token-efficient code review knowledge graph: semantic search and call-graph resolution. ★ 66
  4. better-godot-mcp Composite MCP server for Godot Engine -- 17 composite tools for AI-assisted game development. ★ 34
  5. mnemo-mcp Persistent AI memory with hybrid search (FTS5 + semantic) and cross-machine sync. ★ 10
  6. Better Telegram MCP Telegram MCP server - dual-mode Bot API + MTProto, composite tools. ★ 11

05 · Facts

category
productivity - ranked #19 of 139 actively-maintained productivity servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-08-14)
registry
io.github.n24q02m/better-notion-mcp (active, first published 2026-03-06 · 61 versions)
packages
npm:@n24q02m/better-notion-mcp · oci:docker.io/n24q02m/better-notion-mcp:latest

06 · Better Notion MCP FAQ

Is Better Notion MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 4 releases in the last 90 days. We re-verify nightly.

What can Better Notion MCP do?

With this server connected, an agent can create, read, update, and organize pages, read and manipulate block content, list and retrieve user information, and convert between Markdown and Notion blocks (uses a direction parameter).

How do I install Better Notion MCP?

Run `npx -y @n24q02m/better-notion-mcp`. The README documents 5 environment variables (NOTION_TOKEN, TRANSPORT_MODE, PUBLIC_URL…) to set first. Set NOTION_TOKEN, TRANSPORT_MODE, PUBLIC_URL, NOTION_OAUTH_CLIENT_ID, NOTION_OAUTH_CLIENT_SECRET before connecting. You can also paste the ready-made client config above.

Does Better Notion MCP 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 MCP