Productivity
Notion MCP
The official Notion MCP server provides comprehensive access to the Notion API. Search across your workspace, read and create pages, query and update databases, manage blocks and comments, and work with page properties. Supports all Notion content types including rich text, tables, and embeds.
Stars
3.5k
Installs
95.0k
License
MIT
Kind
MCP
Trust evidence
Verified
Verified MCP — curated catalog entry with reviewed setup metadata.
- Stars: 3.5k · catalog
- Freshness: Updated 2026-01-29
- Used in 1 known stack
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Environment: NOTION_API_KEY
- · Node.js 18+
Reference command
{
"mcpServers": {
"notion": {
"command": "npx",
"args": ["-y", "@notionhq/notion-mcp-server"],
"env": {
"NOTION_API_KEY": "<your-integration-token>"
}
}
}
}