notion-export-mcp-server
by syucream·★ 1·综合分 28
通过非官方 API 将 Notion 页面导出为 Markdown 的 MCP 服务器。
notionknowledge-graphproductivity
0
Forks
0
活跃 Issue
13 个月前
最近提交
2 天前
收录于
概述
这个 MCP 服务器提供对 Notion 非官方 API 的访问,允许 AI 助手以 Markdown 格式导出和检索 Notion 页面内容。它需要通过 Notion 令牌进行身份验证,并提供一个简单的工具来获取导出的页面数据。虽然服务器功能正常,但它依赖于可能随时更改的内部 API。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
你:AI 助手可以阅读和分析 Notion 文档
你:导出 Notion 知识库供 LLM 处理
你:将 Notion 内容集成到 AI 驱动的工作流程中
你:如何获取所需的 Notion 令牌?
你:这个 API 稳定吗?
什么时候选它
当您需要将Notion页面单向导出为markdown以进行AI分析或处理时,选择这个。
什么时候不要选它
如果您需要写入访问Notion,或者担心API稳定性(因为它依赖于Notion的非官方内部API),请避免使用。
此 server 暴露的工具
从 README 抽取出 1 个工具notion_export_get_resultGet notion export result markdown text
可对比工具
notion-apinotion2mdn2m
安装
npm install notion-export-mcp-server添加到 Claude Desktop 配置:
{
"mcpServers": {
"notion-export": {
"command": "npx",
"args": [
"-y",
"notion-export-mcp-server"
],
"env": {
"NOTION_TOKEN_V2": "<您的令牌>",
"NOTION_FILE_TOKEN": "<您的令牌>"
}
}
}
}FAQ
- 如何获取所需的 Notion 令牌?
- 您需要从登录到 Notion 的浏览器中提取 'token_v2' 和 'file_token' cookie。说明已在 README 中提供。
- 这个 API 稳定吗?
- 不稳定,此工具依赖 Notion 的内部 API,可能会随时失效。令牌的有效期为 1 年。
notion-export-mcp-server 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。