Notion集成服务器
一个用于Notion集成的Model Context Protocol服务器,支持Claude等LLM与Notion工作区交互。
快速入门指南
-
克隆仓库 git clone https://github.com/SAhmadUmass/notion-mcp-server.git
-
安装依赖 npm install
-
配置Notion API密钥
- 在Notion开发者门户创建集成并获取API密钥
- 将密钥添加到
.env
文件或直接在配置中传递
-
构建服务器 npm run build
-
启动服务器 npm start
-
配置Claude for Desktop
- 编辑配置文件
~/Library/Application Support/Claude/claude_desktop_config.json
- 添加Notion服务器配置
- 编辑配置文件
-
重启Claude for Desktop后即可使用服务器功能。