The SystemPrompt MCP Notion Server enables AI workflows to interact with Notion through a standardized protocol, with capabilities including:
Content Management:
Create, update, and delete Notion pages with rich, structured content
Retrieve detailed page content and metadata
Search & Listing:
Full-text search across Notion pages
Search pages specifically by title
List accessible pages and databases sorted by last edited time
AI Integration:
Expand basic inputs into detailed Notion pages
Edit existing pages while preserving structure
Support for MCP Sampling for advanced content creation
Developer Tools:
TypeScript support
Error handling and logging
Structured data handling
Allows AI agents to interact with Notion pages and databases, enabling creation and updating of pages with rich text formatting and searching across the Notion workspace
systemprompt-mcp-notion
SystemPrompt MCP Notion Server
A high-performance Model Context Protocol (MCP) server that seamlessly integrates Notion into your AI workflows. This server enables AI agents to interact with Notion pages and databases through a standardized protocol. This server supports and requires MCP Sampling, which is required to the MCP to create and update Notion pages.
A compatible MCP client is available here.
Server Capabilities
Key Features
📝 Comprehensive Content Management
Create and update pages with rich text formatting
Search across your Notion workspace
🛠 Developer-Friendly
Extensive test coverage with Jest
TypeScript support
Comprehensive error handling
Detailed logging and debugging tools
Prerequisites
Before using this server, you'll need:
Systemprompt API Key (Free)
Sign up at systemprompt.io/console
Create a new API key in your dashboard
Notion Account and Workspace
Active Notion account
Workspace with content you want to access
Notion Integration
Create at notion.so/my-integrations
Required capabilities:
Read/Update/Insert content
Database management
Search functionality
MCP-Compatible Client
Any other MCP-compatible client
Quick Start
Installation
Installing via Smithery
To install systemprompt-mcp-notion for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install systemprompt-mcp-notion --client claudenpm install systemprompt-mcp-notionConfiguration Create a
.env
file:SYSTEMPROMPT_API_KEY=your_systemprompt_api_key NOTION_API_KEY=your_notion_integration_tokenMCP Configuration Add the following to your MCP configuration JSON:
{ "mcpServers": { "notion": { "command": "npx", "args": ["systemprompt-mcp-notion"], "env": { "SYSTEMPROMPT_API_KEY": "your_systemprompt_api_key", "NOTION_API_KEY": "your_notion_integration_token" } } } }Alternatively, if you've installed the package locally:
{ "mcpServers": { "notion": { "command": "node", "args": ["./node_modules/systemprompt-mcp-notion/build/index.js"], "env": { "SYSTEMPROMPT_API_KEY": "your_systemprompt_api_key", "NOTION_API_KEY": "your_notion_integration_token" } } } }
Development
Setup
Clone the repository:
git clone https://github.com/systemprompt-io/systemprompt-mcp-notion.git cd systemprompt-mcp-notionInstall dependencies:
npm installSet up environment:
cp .env.example .env # Edit .env with your API keys
Testing
We maintain high test coverage using Jest:
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A high-performance MCP server that integrates Notion into AI workflows, enabling interaction with Notion pages, databases, and comments through a standardized protocol.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that exposes the official Notion SDK, allowing AI models to interact with Notion workspaces.Last updated -288Apache 2.0
- AsecurityAlicenseAqualityNotion MCP Server is a MCP server implementation that enables AI assistants to interact with Notion's API.Last updated -13305136MIT License
Notion MCP Serverofficial
AsecurityAlicenseAqualityAn MCP server that enables AI assistants to interact with the Notion API, allowing them to search, read, comment on, and create content in Notion workspaces through natural language commands.Last updated -1912,7353,269MIT License- -securityAlicense-qualityAn MCP server that enables natural language interaction with the Notion API, allowing users to search, comment, create pages, and access content within their Notion workspace.Last updated -12,735MIT License