系统提示-MCP-概念
SystemPrompt MCP Notion 服务器
高性能模型上下文协议 (MCP) 服务器,可将 Notion 无缝集成到您的 AI 工作流程中。该服务器使 AI 代理能够通过标准化协议与 Notion 页面和数据库进行交互。该服务器支持并需要 MCP 采样,这是 MCP 创建和更新 Notion 页面所必需的。
兼容的 MCP 客户端可在此处获得。
服务器功能
主要特点
📝 全面的内容管理
创建和更新具有富文本格式的页面
在您的 Notion 工作区中搜索
🛠 对开发者友好
使用 Jest 进行广泛的测试覆盖
TypeScript 支持
全面的错误处理
详细的日志记录和调试工具
先决条件
在使用此服务器之前,您需要:
Systemprompt API 密钥(免费)
在您的仪表板中创建新的 API 密钥
Notion 帐户和工作区
活跃的 Notion 账户
包含您想要访问的内容的工作区
概念整合
所需功能:
读取/更新/插入内容
数据库管理
搜索功能
MCP兼容客户端
任何其他与 MCP 兼容的客户端
快速入门
安装
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 systemprompt-mcp-notion:
配置创建一个
.env
文件:SYSTEMPROMPT_API_KEY=your_systemprompt_api_key NOTION_API_KEY=your_notion_integration_tokenMCP 配置将以下内容添加到您的 MCP 配置 JSON:
{ "mcpServers": { "notion": { "command": "npx", "args": ["systemprompt-mcp-notion"], "env": { "SYSTEMPROMPT_API_KEY": "your_systemprompt_api_key", "NOTION_API_KEY": "your_notion_integration_token" } } } }或者,如果您已经在本地安装了该包:
{ "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" } } } }
发展
设置
克隆存储库:
git clone https://github.com/systemprompt-io/systemprompt-mcp-notion.git cd systemprompt-mcp-notion安装依赖项:
npm install设置环境:
cp .env.example .env # Edit .env with your API keys
测试
我们使用 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.
高性能 MCP 服务器,将 Notion 集成到 AI 工作流中,通过标准化协议实现与 Notion 页面、数据库和评论的交互。
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