Notion MCP 集成服务器

Notion MCP 集成服务器

使用 Model Context Protocol (MCP) 与 Notion API 集成的服务器,支持 Cursor 功能。

快速入门

  1. 克隆代码库。
  2. 执行 npm i 安装依赖。
  3. 执行 npm run build 构建项目。
  4. 在 Cursor 设置中添加 MCP 服务器:
    • 名称: notion
    • 命令(Mac): env NOTION_API_TOKEN={your_token} node {path_to_index.js}
    • 命令(Windows): set NOTION_API_TOKEN={your_token} && node {path_to_index.js}
  5. 点击保存完成配置。

功能: 支持 Notion 页面、数据库、用户信息等操作。