Systemprompt Mcp Notion
FreeNot checkedThis an Model Context Protocol (MCP) server that integrates Notion into your AI workflows. This server enables seamless access to Notion through MCP, allowing A
About
This an Model Context Protocol (MCP) server that integrates Notion into your AI workflows. This server enables seamless access to Notion through MCP, allowing AI agents to interact with pages, databases, and comments.
README
npm version Coverage Status Twitter Follow Discord smithery badge
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
const serverCapabilities: { capabilities: ServerCapabilities } = {
capabilities: {
resources: {
listChanged: true,
},
tools: {},
prompts: {
listChanged: true,
},
sampling: {},
},
};
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
- Systemprompt MCP 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
.envfile: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:
# Run all tests
npm test
# Watch mode for development
npm run test:watch
# Generate coverage report
npm run test:coverage
# Test Notion API connection
npm run test:notion
Installing Systemprompt Mcp Notion
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Ejb503/systemprompt-mcp-notionFAQ
Is Systemprompt Mcp Notion MCP free?
Yes, Systemprompt Mcp Notion MCP is free — one-click install via Unyly at no cost.
Does Systemprompt Mcp Notion need an API key?
No, Systemprompt Mcp Notion runs without API keys or environment variables.
Is Systemprompt Mcp Notion hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Systemprompt Mcp Notion in Claude Desktop, Claude Code or Cursor?
Open Systemprompt Mcp Notion on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Notion
Read and write pages in your workspace
by NotionLinear
Issues, cycles, triage — from Claude
by LinearGoogle Drive
Search and read your Drive files
by Googlemindsdb/mindsdb
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
by mindsdbCompare Systemprompt Mcp Notion with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All productivity MCPs
