Notion MCP 服务器

Notion MCP 服务器

一个封装了官方 Notion SDK 的 Model Context Protocol (MCP) 服务器,允许 AI 模型与 Notion 工作区交互。

快速入门

1. 设置 Notion 集成

2. 将页面或数据库连接到集成

  • 在目标页面点击“分享”按钮,选择你的集成交付访问权限。

3. 添加到 AI 助手

支持命令行和 JSON 配置格式:

命令行格式: npx @ramidecodes/mcp-server-notion@latest -y --api-key=your-notion-integration-key

JSON 配置格式: { "mcpServers": { "Notion": { "command": "npx", "args": [ "@ramidecodes/mcp-server-notion@latest", "-y", "--api-key=your-notion-integration-key" ] } } }

更多详情见仓库文档。