~/CLIRank
MCP ServerVerified~200ms avg

Notion MCP Server

Create, read, and search Notion pages and databases from Claude Code.

Install
claude mcp add notion -- npx -y @notionhq/mcp-server
Direct API Alternative

You can also call this service directly via its API: Notion API

Use the MCP when:

You want plug-and-play integration with Claude Code and don't need custom logic around the calls.

Use the API when:

You need fine-grained control, custom error handling, or want to chain multiple API calls in a script.

About

Notion's official MCP server brings your workspace into Claude Code. Create and update pages, query databases with filters, search across your workspace, and manage block content. Useful for pulling specs, updating project docs, or querying structured data stored in Notion databases without switching to the browser.

Tags

notiondocswikiknowledge-baseproductivity

Score Breakdown

CLI Score Breakdown7/11
Official SDK on npm/pip+2
Env var authentication (no browser OAuth)+2
Works in headless/CI environments+2
CLI tool available0
JSON response for piping/parsing+1
Docs have curl/CLI examples0
Reasonable rate limits for scripted use0
Machine-readable pricing (md/JSON/static)0
Quality Score Breakdown
npm weekly downloads8.5k
GitHub stars3.0k
Days since last release15d
Issue close ratio78%
TypeScript typesYes
Docs qualitygood
Breaking changesrare

Performance

Latencyus-east-1 - 2026-03-27
p50
165ms
avg
200ms
p95
480ms

Scores

CLI
7
Quality
8
AuthorNotion
Weekly installs8,500
Last updated3/17/2026

Related

MCP ServerVerified~240ms - Moderate
15k/wk

Google Drive MCP Server

Search and read files from Google Drive, Docs, and Sheets.

CLI
6
Quality
7
claude mcp add google-drive -- npx -y @modelcontextprotocol/server-google-drive
MCP Server
3.0k/wk

Obsidian MCP Server

Read and search Obsidian vaults, notes, and knowledge graphs.

CLI
7
Quality
6
claude mcp add obsidian -- npx -y obsidian-mcp-server
APIVerified~180ms - Moderate
120k/wk

Notion API

Create, read, and update Notion pages and databases via REST.

CLI
7
Quality
8
npm install @notionhq/client