Notion集成服务器

Notion集成服务器

一个用于Notion集成的Model Context Protocol服务器,支持Claude等LLM与Notion工作区交互。

快速入门指南

  1. 克隆仓库 git clone https://github.com/SAhmadUmass/notion-mcp-server.git

  2. 安装依赖 npm install

  3. 配置Notion API密钥

    • Notion开发者门户创建集成并获取API密钥
    • 将密钥添加到 .env 文件或直接在配置中传递
  4. 构建服务器 npm run build

  5. 启动服务器 npm start

  6. 配置Claude for Desktop

    • 编辑配置文件 ~/Library/Application Support/Claude/claude_desktop_config.json
    • 添加Notion服务器配置
  7. 重启Claude for Desktop后即可使用服务器功能。