Notion Connector
Create pages, update databases, and manage workspaces through your AI agent with full Notion API integration.Quick Start
npx create-mcp-connector notion
cd mcp-notion
npm run dev
Features
- Database Operations: Query, create, and update database records
- Page Management: Create and edit Notion pages with rich content
- Workspace Integration: Access all workspaces and shared content
- Real-time Sync: Bi-directional synchronization with Notion
Required Permissions
OAuth Scope | Purpose |
---|---|
read_content | Access pages and databases |
insert_content | Create new pages and records |
update_content | Modify existing content |
Example Actions
createPage
: Create new Notion pagesupdateDatabase
: Add records to databasessearchContent
: Find pages and blocksshareWorkspace
: Manage sharing permissions
Perfect for team collaboration, knowledge management, and automated documentation workflows.