MCP Server
makenotion/notion-mcp-server
makenotion/notion-mcp-server· TypeScript
Notion 官方 MCP server,22 個工具操作頁面與資料庫
GitHub 數據
- Stars
- 4,282
- Forks
- 556
- Watchers
- 24
- Open issues
- 154
meta
- License
- MIT
- 主要語言
- TypeScript
- 最後 commit
- 2026-03-18
- 數據抓取時間
- 2026-04-29
Notion 官方推出的 MCP server,讓 Claude、Cursor 等 MCP 客戶端透過 22 個工具直接操作 workspace,涵蓋頁面、資料庫、區塊、留言與搜尋。透過 npx 啟動,配上 Notion integration token 寫進客戶端設定即可。適合想讓 AI 助手讀寫 Notion 內容、又不想自己包 API 的開發者。
編輯試用心得
如果 Notion 是團隊主要知識庫,選官方版本最穩,API 有變動原廠會第一時間跟上。代價是 22 個工具會吃掉一段 context window,而且 integration token 一給就是整片授權範圍,沒有逐頁確認。若只需唯讀或輕量操作,社群版精簡 MCP 或自己包 Notion API 會更省。