Knowledge Systems
Verified
Trust: 54/100 (Fair)Notion MCP Guide
Create pages, query databases, manage workspace content, and search across Notion workspaces.
267 stars 11,400 downloadsby Anthropic
Quick Start
Install
npx @mcp/notionClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"notion-mcp": {
"command": "npx",
"args": [
"@mcp/notion"
]
}
}
}What Notion MCP Can Do
create_pages
Create new Notion pages
query_databases
Query Notion databases
search
Search across workspace content
Permissions Required
Notion MCP requires the following permissions. Review the risk levels before granting access.
| Permission | Description | Risk |
|---|---|---|
notion.read | Read Notion content | low |
notion.write | Create and edit Notion content | medium |
Platform Compatibility
| Platform | Status |
|---|---|
| Claude Desktop | Supported |
| Cursor | Supported |
| LangChain | Supported |
| AutoGen | Partial |