MCP Catalogs
首页mcp-notion-server screenshot

mcp-notion-server

by suekou·892·综合分 55

连接 Notion 与 MCP 兼容客户端的 MCP 服务器,使 AI 智能体能查找、读取、查询和更新 Notion 工作区。

notionproductivityknowledge-graph
170
Forks
17
活跃 Issue
本月
最近提交
2 天前
收录于

概述

此 MCP 服务器针对 Notion API 2026-03-11,提供了与 Notion 工作区交互的综合工具。它既提供了简化工具用于常见任务,如读取页面、追加内容和查询数据源,也提供了原始 API 工具用于高级操作。该服务器支持 MCP 工具、提示、资源、结构化工具结果和可选的 MCP 应用程序,如数据源资源管理器和页面工作台。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:AI 助手阅读和总结 Notion 文档页面
:自动化创建和更新 Notion 数据库中的内容
:使用数据源资源管理器等 MCP 应用程序构建自定义 Notion 界面
:此服务器支持哪个 Notion API 版本?
:我能否使用此服务器管理 Notion 中的评论?

什么时候选它

当您需要 Notion 与 AI 代理的全面集成,既需要常用操作的高级工具,又需要访问完整的 Notion API 时,选择此服务器。

什么时候不要选它

如果您只需要只读访问(此服务器需要写入权限)或担心对 Notion API 的供应商锁定,请避免使用。

此 server 暴露的工具

从 README 抽取出 9 个工具
  • notion_find

    Search and target discovery for Notion pages and data sources

  • notion_read_page

    Compact page reading with stable block IDs

  • notion_inspect_data_source

    Inspect schema of a Notion data source or database

  • notion_query_data_source_by_values

    Query data source items based on specific values

  • notion_create_data_source_item_from_values

    Create new items in a data source with simple values

  • notion_append_markdown

    Append Markdown content to a Notion page

  • notion_append_content

    Append structured content to a Notion page

  • notion_update_content

    Update content in a Notion page

  • notion_update_content_batch

    Update multiple content blocks in a Notion page

可对比工具

npx notion-to-mcpmcp-evernote-servernotion-api

安装

快速开始

将此服务器添加到 Claude Desktop 等 MCP 主机:

{
  "mcpServers": {
    "notion": {
      "command": "npx",
      "args": ["-y", "@suekou/mcp-notion-server"],
      "env": {
        "NOTION_API_TOKEN": "your-integration-token"
      }
    }
  }
}

设置指南

  1. 在 [Notion 集成仪表板](https://www.notion.so/profile/integrations) 创建 Notion 集成
  2. 配置所需功能(根据需要选择读取、插入、更新内容)
  3. 向特定页面/数据库授予内容访问权限
  4. 复制内部集成令牌作为 NOTION_API_TOKEN

FAQ

此服务器支持哪个 Notion API 版本?
此服务器针对 Notion API 版本 2026-03-11,并使用当前的数据库/数据源模型。
我能否使用此服务器管理 Notion 中的评论?
可以,但您需要在 Notion 集成设置中启用'读取评论'和'插入评论'功能。

mcp-notion-server 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。