Notion MCP 服务器
一个 Model Context Protocol (MCP) 服务器,通过官方 Notion SDK 使 AI 模型与 Notion 工作区交互。
快速开始
1. 设置 Notion 集成
- 访问 Notion 集成页面。
- 创建新集成并复制 API 密钥。
2. 连接 Notion 页面到集成
- 在页面或数据库中点击“分享”按钮。
- 添加你的集成为协作者。
3. 添加到 AI 助手
使用命令行格式: npx @ramidecodes/mcp-server-notion@latest -y --api-key=your-notion-integration-key 或 JSON 配置格式: { "name": "Notion", "command": { "args": [ "@ramidecodes/mcp-server-notion@latest", "-y", "--api-key=your-notion-integration-key" ], "env": {}, "executable": "npx" } }
更多配置方式和工具参考 README 文档。