MCP Catalogs
首页

mcp-notion-server vs notion-export-mcp-server

并排对比,帮你在这两个 MCP server 之间做选择。

mcp-notion-server
by suekou
notion-export-mcp-server
by syucream
Stars★ 892★ 1
30天用量
综合分5528
官方
分类
Notion 集成效率工具知识库 / RAG
Notion 集成知识库 / RAG效率工具
实现语言TypeScriptTypeScript
最近提交本月13 个月前

mcp-notion-server · 概述

连接 Notion 与 MCP 兼容客户端的 MCP 服务器,使 AI 智能体能查找、读取、查询和更新 Notion 工作区。

notion-export-mcp-server · 概述

通过非官方 API 将 Notion 页面导出为 Markdown 的 MCP 服务器。

mcp-notion-server · 使用场景

  • AI 助手阅读和总结 Notion 文档页面
  • 自动化创建和更新 Notion 数据库中的内容
  • 使用数据源资源管理器等 MCP 应用程序构建自定义 Notion 界面

notion-export-mcp-server · 使用场景

  • AI 助手可以阅读和分析 Notion 文档
  • 导出 Notion 知识库供 LLM 处理
  • 将 Notion 内容集成到 AI 驱动的工作流程中

mcp-notion-server · 安装

快速开始

将此服务器添加到 Claude Desktop 等 MCP 主机:

{
  "mcpServers": {
    "notion": {
      "command": "npx",
      "args": ["-y", "@suekou/mcp-notion-server"],
      "env": {
        "NOTION_API_TOKEN": "your-integration-token"
      }
    }
  }
}

设置指南

  1. 在 [Notion 集成仪表板](https://www.notion.so/profile/integrations) 创建 Notion 集成
  2. 配置所需功能(根据需要选择读取、插入、更新内容)
  3. 向特定页面/数据库授予内容访问权限
  4. 复制内部集成令牌作为 NOTION_API_TOKEN

notion-export-mcp-server · 安装

npm install notion-export-mcp-server

添加到 Claude Desktop 配置:

{
  "mcpServers": {
    "notion-export": {
      "command": "npx",
      "args": [
        "-y",
        "notion-export-mcp-server"
      ],
      "env": {
        "NOTION_TOKEN_V2": "<您的令牌>",
        "NOTION_FILE_TOKEN": "<您的令牌>"
      }
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。