Interact with Notion workspaces by searching, reading, creating, and updating pages.
Created byApr 22, 2025
Notion MCP Server
A Model Context Protocol (MCP) server that provides seamless integration with Notion. This server enables Language Models to interact with your Notion workspace through standardized tools for searching, reading, creating, and updating pages and databases.
Key Features
Page Operations
Search through your Notion workspace
Create new pages with rich markdown content
Read page content with clean formatting
Update existing pages
Add and retrieve comments
Block-level operations (update, delete)
Enhanced Markdown Support
Multiple heading levels (H1-H3)
Code blocks with language support
Interactive todo items with checkbox states
Blockquotes with multi-line support
Horizontal dividers
Images with captions
Nested bullet points
Database Operations
Create and manage databases
Add and update database items
Query with filters and sorting
Support for various property types:
Getting Started
Prerequisites
Node.js (v16 or higher)
Notion API key
MCP-compatible client (e.g., Claude Desktop)
Installation
Clone the repository:
Install dependencies:
Set up your environment:
Build the server:
Configuration
Claude Desktop Setup
Update your Claude Desktop configuration (claude_desktop_config.json):
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
This project has been significantly improved by sweir1/notion-server, who has made following updates:
Enhanced markdown support with more block types
Comprehensive database operations
Improved error handling and debugging
Better property handling for database items
Cleaner page output formatting
To use sweir1's version, you can clone their repository:
Notion MCP Server
A Model Context Protocol (MCP) server that provides seamless integration with Notion. This server enables Language Models to interact with your Notion workspace through standardized tools for searching, reading, creating, and updating pages and databases.
Key Features
Page Operations
Search through your Notion workspace
Create new pages with rich markdown content
Read page content with clean formatting
Update existing pages
Add and retrieve comments
Block-level operations (update, delete)
Enhanced Markdown Support
Multiple heading levels (H1-H3)
Code blocks with language support
Interactive todo items with checkbox states
Blockquotes with multi-line support
Horizontal dividers
Images with captions
Nested bullet points
Database Operations
Create and manage databases
Add and update database items
Query with filters and sorting
Support for various property types:
Getting Started
Prerequisites
Node.js (v16 or higher)
Notion API key
MCP-compatible client (e.g., Claude Desktop)
Installation
Clone the repository:
Install dependencies:
Set up your environment:
Build the server:
Configuration
Claude Desktop Setup
Update your Claude Desktop configuration (claude_desktop_config.json):