CursorPool
← 返回 MCP 列表
Notion MCP

Notion MCP

读取与更新 Notion 页面/数据库,把文档接入 AI 工作流。

Notion·1.1k 次安装·26 天前·官网 ↗
↓ 添加到 Cursor

安装命令

终端
npx -y @notionhq/notion-mcp-server

在 Cursor 中配置(mcp.json)

{
  "mcpServers": {
    "notion": {
      "command": "npx",
      "args": [
        "-y",
        "@notionhq/notion-mcp-server"
      ]
    }
  }
}