notion-export-mcp-server
by syucream·★ 1·Score 28
An MCP server that exports Notion pages to markdown via unofficial API.
Overview
This MCP server provides access to Notion's unofficial API, allowing AI assistants to export and retrieve Notion page content in markdown format. It requires authentication through Notion tokens and provides a simple tool for fetching exported page data. While the server is functional, it relies on an internal API that may change without notice.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this when you need simple, one-way export of Notion pages to markdown for AI analysis or processing.
When NOT to choose this
Avoid if you need write access to Notion, or if you're concerned about API stability as it relies on Notion's unofficial internal API.
Tools this server exposes
1 tool extracted from the READMEnotion_export_get_resultGet notion export result markdown text
Comparable tools
Installation
npm install notion-export-mcp-serverAdd to Claude Desktop configuration:
{
"mcpServers": {
"notion-export": {
"command": "npx",
"args": [
"-y",
"notion-export-mcp-server"
],
"env": {
"NOTION_TOKEN_V2": "<your token>",
"NOTION_FILE_TOKEN": "<your token>"
}
}
}
}FAQ
- How do I get the required Notion tokens?
- You need to extract 'token_v2' and 'file_token' cookies from your browser while logged into Notion. Instructions are provided in the README.
- Is this API stable?
- No, this tool relies on Notion's internal API which may break without notice. The tokens have a 1-year validity.
Compare notion-export-mcp-server with
Last updated · Auto-generated from public README + GitHub signals.