I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

SystemPrompt-MCP-Notion
Dies ein Modellkontext -Protokollserver (MCP), der den Begriff in Ihre KI -Workflows integriert. Dieser Server ermöglicht einen nahtlosen Zugriff auf den Begriff über MCP, sodass KI -Agenten mit Seiten, Datenbanken und Kommentaren interagieren können.
1
Github Watches
5
Github Forks
16
Github Stars
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
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 claude
npm install systemprompt-mcp-notion
-
Configuration Create a
.env
file:SYSTEMPROMPT_API_KEY=your_systemprompt_api_key NOTION_API_KEY=your_notion_integration_token
-
MCP 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-notion
-
Install dependencies:
npm install
-
Set 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
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
This GPT assists in finding a top-rated business CPA - local or virtual. We account for their qualifications, experience, testimonials and reviews. Business operators provide a short description of your business, services wanted, and city or state.
I find academic articles and books for research and literature reviews.
Confidential guide on numerology and astrology, based of GG33 Public information
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Entdecken Sie die umfassendste und aktuellste Sammlung von MCP-Servern auf dem Markt. Dieses Repository dient als zentraler Hub und bietet einen umfangreichen Katalog von Open-Source- und Proprietary MCP-Servern mit Funktionen, Dokumentationslinks und Mitwirkenden.
Ein einheitliches API-Gateway zur Integration mehrerer Ethercan-ähnlicher Blockchain-Explorer-APIs mit Modellkontextprotokoll (MCP) für AI-Assistenten.
Die All-in-One-Desktop & Docker-AI-Anwendung mit integriertem Lappen, AI-Agenten, No-Code-Agent Builder, MCP-Kompatibilität und vielem mehr.
Reviews

user_cQK9NsPk
LeetCode MCP by Kishan-N is an exceptional resource for anyone preparing for coding interviews. This comprehensive guide, available at https://mcp.so/server/Leetcode_Notes_MCP/Kishan-N, is structured to effectively enhance problem-solving skills. The detailed notes and model context protocol are immensely helpful. Highly recommended for serious programmers aiming to ace their technical interviews!