Notion MCP 服务器

Notion MCP 服务器

为 Notion API 提供的 MCP 服务器,支持块操作、数据库查询等功能。

快速入门

  1. 创建 Notion 集成

  2. 获取密钥

    • 复制 "Internal Integration Token"。
  3. 配置工作区

    • 在 Notion 页面或数据库中,邀请你的集成。
  4. 配置 Claude Desktop 编辑 claude_desktop_config.json

    { "mcpServers": { "notion": { "command": "node", "args": ["你的构建文件路径"], "env": { "NOTION_API_TOKEN": "你的集成令牌" } } } }

  5. 运行项目

    • 使用 Node.js 运行服务器。

参考文档:英文 | 日文