notion-mcp-server vs mcp-notion-server
并排对比,帮你在这两个 MCP server 之间做选择。
notion-mcp-server by awkoy | mcp-notion-server by suekou | |
|---|---|---|
| Stars | ★ 151 | ★ 892 |
| 30天用量 | — | — |
| 综合分 | 44 | 55 |
| 官方 | — | — |
| 分类 | Notion 集成效率工具开发者工具 | Notion 集成效率工具知识库 / RAG |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 13 个月前 | 本月 |
notion-mcp-server · 概述
生产级 Notion MCP 服务器,提供全面管理页面、数据库、评论和用户的工具。
mcp-notion-server · 概述
连接 Notion 与 MCP 兼容客户端的 MCP 服务器,使 AI 智能体能查找、读取、查询和更新 Notion 工作区。
notion-mcp-server · 使用场景
- 通过自然语言命令创建和管理 Notion 页面和数据库
- 直接从 AI 助手更新任务列表和会议记录
- 自动化 Notion 工作区中的内容创建和组织
mcp-notion-server · 使用场景
- AI 助手阅读和总结 Notion 文档页面
- 自动化创建和更新 Notion 数据库中的内容
- 使用数据源资源管理器等 MCP 应用程序构建自定义 Notion 界面
notion-mcp-server · 安装
安装
- **获取 Notion API 密钥**
- 在 [Notion 开发者](https://www.notion.so/my-integrations) 创建集成 - 复制您的 API 密钥 - 为您的页面启用集成
- **Claude Desktop 集成**
在您的配置目录中创建或编辑 mcp.json 文件:
{
"mcpServers": {
"notion-mcp-server": {
"command": "npx",
"args": ["-y", "notion-mcp-server"],
"env": {
"NOTION_TOKEN": "YOUR_KEY",
"NOTION_PAGE_ID": "YOUR_PAGE_ID"
}
}
}
}- **Cursor 集成**
在您的项目目录中创建或编辑 .cursor/mcp.json 文件:
{
"mcpServers": {
"notion-mcp-server": {
"command": "env NOTION_TOKEN=YOUR_KEY NOTION_PAGE_ID=YOUR_PAGE_ID npx",
"args": ["-y", "notion-mcp-server"]
}
}
}- **通用使用**
``bash env NOTION_TOKEN=YOUR_KEY NOTION_PAGE_ID=YOUR_PAGE_ID npx -y notion-mcp-server ``
mcp-notion-server · 安装
快速开始
将此服务器添加到 Claude Desktop 等 MCP 主机:
{
"mcpServers": {
"notion": {
"command": "npx",
"args": ["-y", "@suekou/mcp-notion-server"],
"env": {
"NOTION_API_TOKEN": "your-integration-token"
}
}
}
}设置指南
- 在 [Notion 集成仪表板](https://www.notion.so/profile/integrations) 创建 Notion 集成
- 配置所需功能(根据需要选择读取、插入、更新内容)
- 向特定页面/数据库授予内容访问权限
- 复制内部集成令牌作为 NOTION_API_TOKEN