📝

Notion MCP Server

✓ 官方/认证

Anthropic (官方)

用 AI 管理 Notion 工作区:搜索页面、创建笔记、更新数据库、块级编辑

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

📖 详细介绍

Anthropic 官方 Notion MCP Server,提供 AI 对 Notion 工作区的完整读写能力。支持页面和数据库搜索、内容创建与更新、块级编辑。是构建 AI 知识管理助手、自动化文档工作流的核心工具。

核心特性

页面/数据库搜索
块级内容编辑
数据库 CRUD
属性管理
官方维护

🛠️ 可用工具 (7)

search()
create_page()
update_page()
query_database()
create_database()
append_block_children()
get_block_children()

🎯 适用场景

AI 知识管理
自动写会议纪要
数据库填充
文档模板生成
知识库问答

⚙️ 安装与配置

系统要求

  • Node.js 18+
  • Notion Internal Integration Token

安装命令

npx -y @modelcontextprotocol/server-notion

Claude Desktop 配置 (claude_desktop_config.json)

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

🔗 相关链接

🧩 相关 MCP Servers

浏览更多 生产效率 MCP

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