mcpbeat Sign in

Better Notion MCP Server

by ai-aviate Your server? Claim it
local only

Better Notion runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 19 Feb 2026.

Operate Notion with a single Markdown document — read, create, and update pages in one call.

Installs per day peak 23 · avg 9 · -35% w/w
a month agotoday
33
Installs / week
npm · better-mcp-notion
2
Stars
1 open issues
19 Feb 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Better Notion every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add better-notion -- npx -y better-mcp-notion
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "better-notion": {
      "args": [
        "-y",
        "better-mcp-notion"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.better-notion]
command = "npx"
args = ["-y", "better-mcp-notion"]
.cursor/mcp.json
{
  "mcpServers": {
    "better-notion": {
      "args": [
        "-y",
        "better-mcp-notion"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "better-notion": {
      "args": [
        "-y",
        "better-mcp-notion"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: NOTION_API_KEY (Notion API key (starts with ntn_)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Better Notion

same job, measured the same way
Notion MCP
by shck-dev

Notion MCP server — search, export, and import pages as markdown

58 installs/wk local only
MCP Notion
by infoinlet-marketplace

Notion for AI agents — search, read pages/blocks, query databases, create pages.

27 installs/wk local only
Notion
by mcparmory

Create, update, and manage pages, databases, and workspace users

250 installs/wk local only
Atlassian Confluence
by mcparmory

Create, manage, and search Confluence pages, attachments, and content with full automation support

268 installs/wk local only
Better Notion MCP
by n24q02m

Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

1 778 installs/wk local only
Agent Wiki
by getagentwiki

Hosted markdown project wikis your team's AI assistants read, search, and update over MCP.

answering
EcoCarbonWiki
by carbonitex-ecogame

Read-only MCP for the Eco game wiki: search, Markdown pages, and wiki_* lookups. No keys, no writes.

10 tools answering
livewiki
by eduardoabreu81

A repository wiki of Markdown pages anchored to real code: read, search, and verified writes.

152 installs/wk local only

Better Notion — questions

Answers built from our own checks of this server.

Why is there no uptime for Better Notion?
Better Notion runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package better-mcp-notion was installed 33 times last week.
How do I connect Better Notion?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls better-mcp-notion straight from npm; nothing to host, nothing to sign up for.
How many people use Better Notion?
The npm package better-mcp-notion was installed 33 times in the last week. Week over week that is -35%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Better Notion open source?
We cannot say either way: written in TypeScript, 2 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.