📓

Notion MCP

✓ 官方/认证

Notion (官方)

Notion 知识库 MCP,页面、数据库、Block、评论、模板、Relation 全功能

2.2k
GitHub Stars
stdio
安装方式
MIT
开源协议
6
可用工具

📖 详细介绍

Notion 官方 MCP Server,集成 Notion 全部协作能力。页面 CRUD、Database 数据库、Block 块编辑、Comment 评论、User 用户、Template 模板、Relation 关联、Rollup 汇总、Formula 公式、视图、权限。

核心特性

页面 + 数据库
Block 块编辑
Relation 关联
Formula 公式
权限管理
搜索全文

🛠️ 可用工具 (6)

list_pages()
create_page()
query_database()
update_blocks()
add_comment()
search()

🎯 适用场景

AI 知识库
笔记整理
项目跟踪
个人 CRM
内容创作
团队 Wiki

🔎 相关搜索

用户搜索 Notion MCP 时的常见问题和长尾关键词:

#Notion MCP 官方#Notion API 集成#Notion 数据库 AI#Notion 知识库构建#Notion Block 编辑

🧷 主题归类

Notion MCP 属于以下主题:

常见问题 (FAQ)

Q1.如何创建 Integration?

访问 notion.so/my-integrations 创建 Internal Integration,复制 Token,授权给目标页面/数据库。

Q2.支持 Notion 公式吗?

是的,可读取 Formula 字段值,但不能用 MCP 写入 Formula 公式。

Q3.搜索能力?

支持全文搜索(标题 + 文本内容)、按属性筛选、按创建时间排序,结果带高亮。

⚙️ 安装与配置

系统要求

  • Node.js 18+
  • Notion Internal Integration

安装命令

npx -y @notionhq/notion-mcp-server

Claude Desktop 配置 (claude_desktop_config.json)

{
  "mcpServers": {
    "notion-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@notionhq/notion-mcp-server"
      ]
    }
  }
}

🔗 相关链接

🧩 相关 MCP Servers

浏览更多 生产效率 MCP

Notion MCP生产效率 分类下的 MCP server 之一