notion-export-mcp-server
@syucream
notion-export-mcp-server について
A MCP server that accesses to Notion unofficial API to export pages.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"notion-export-mcp-server": {
"command": "npx",
"args": [
"notion-export-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is notion-export-mcp-server?
notion-export-mcp-server is a Model Context Protocol (MCP) server that accesses Notion’s unofficial API to export pages, providing a standardized interface for AI assistants to interact with exported Notion page data.
How to use notion-export-mcp-server?
Install via npm (npm install notion-export-mcp-server), set the required environment variables NOTION_TOKEN_V2 and NOTION_FILE_TOKEN, then start the server with npx notion-export-mcp-server. Configure your MCP client with the command and environment variables shown in the README. The server exposes the tool notion_export_get_result to retrieve exported markdown.
Key features of notion-export-mcp-server
- Exports Notion pages via the unofficial API
- Returns page content as markdown text
- Works with any MCP-compatible client
- Uses cookies (token_v2, file_token) for authentication
- Relies on Notion’s internal export/download feature
Use cases of notion-export-mcp-server
- Export Notion pages for AI assistant consumption
- Integrate Notion document content into automated workflows
- Provide markdown access to Notion data without a paid API key
- Use within a MCP host for document retrieval tasks
FAQ from notion-export-mcp-server
How does notion-export-mcp-server differ from the official Notion API?
This server uses Notion’s internal, unofficial API for export, which does not require an official API key but relies on browser cookies. The official API may offer more features but is subject to different rate limits and authentication.
What are the runtime dependencies?
The server is a Node.js package and requires Node.js to be installed. It also needs the cookies token_v2 and file_token from a logged-in Notion session.
How do I obtain the required tokens?
Log into notion.so, open browser developer tools, go to Storage > Cookies, and copy the values of token_v2 and file_token. If file_token is missing, export a file manually from Notion first. These cookies are valid for about one year.
Where does the exported data come from?
The server downloads and extracts ZIP files from Notion’s internal export feature. It does not generate any markup itself; it simply retrieves the exported content.
Is the server stable?
The server relies on Notion’s internal API, which may break anytime. While the export feature has been relatively stable, there are no guarantees of ongoing availability.
「メモリとナレッジ」の他のコンテンツ
Solomd
zhitongblogA markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
Anytype MCP Server
anyprotoAn MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through natural language.
Notion MCP Server
makenotionOfficial Notion MCP Server
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
コメント