About
Overview
The Notion MCP Server enables AI agents to interact with Notion workspaces. It provides tools for reading and creating pages, querying databases, managing blocks, searching content, and working with Notion's rich text format. Essential for knowledge management and documentation automation workflows.
Capabilities
Tools & Capabilities
⚡search
Search for pages and databases in Notion
⚡get_page
Get a page's content and properties
⚡create_page
Create a new page in a database or as a child page
⚡update_page
Update a page's properties
⚡query_database
Query a Notion database with filters and sorts
⚡append_blocks
Append content blocks to a page
Setup
Installation
bash
Install
npx -y mcp-notion-serverExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"notion": {
"command": "npx",
"args": ["-y", "mcp-notion-server"],
"env": {
"NOTION_API_KEY": "ntn_your-integration-token"
}
}
}
}Quick Info
Authorsuekou
LanguageTypeScript
StatusStable
Stars★ 420
Last UpdatedFeb 12, 2026