Notion Export Server
FreeNot checkedEnables AI assistants to export Notion pages as markdown using Notion's unofficial API.
About
Enables AI assistants to export Notion pages as markdown using Notion's unofficial API.
README
A MCP(Model Context Protocol) server that accesses to Notion unofficial API to export pages.
This server provides MCP-compatible access to Notion's unofficial API, allowing AI assistants to interact with your Notion exported page data through a standardized interface.
Features
Available tools:
notion_export_get_result- Get notion export result markdown text
Quick Start
Installation
Manual Installation
npm install notion-export-mcp-server
Configuration
NOTION_TOKEN_V2: Your Notion tokenNOTION_FILE_TOKEN: Your Notion file token
Usage
Start the MCP server
Directly:
npx notion-export-mcp-server
Or, run the installed module with node.
Edit MCP configuration json for your client:
...
"notion-export": {
"command": "npx",
"args": [
"-y",
"notion-export-mcp-server"
],
"env": {
"NOTION_TOKEN_V2": "<your token>",
"NOTION_FILE_TOKEN": "<your token>"
}
},
...
Secrets?
How to get
To export anything from Notion, one needs to authenticate oneself with some Cookies (like a browser would). These cookies are called token_v2 and file_token. They are set on all requests of a logged in user when using the Notion web-app.
- Go to notion.so.
- Log in with your account.
- Open the developer tools of your browser, open Application > Storage > Cookies (Chrome); Storage tab (Firefox).
- Copy the value of the Cookies called
token_v2andfile_tokenand paste them somewhere safe.- ⚠️ If you don't find file_token, you need to have at least had exported a file manually once.
- Those cookies have a 1 year validity, so you don't need to do this often.
Note on Stability
This tool completely relies on the export/download feature of the official but internal Notion.so API. The advantage is, that we do not generate any markup ourselves, just download and extract some ZIPs. While the download feature seems to be pretty stable, keep in mind that it still is an internal API, so it may break anytime.
Development
Available Scripts
npm run dev- Start the server in development mode with hot reloadingnpm run build- Build the project for productionnpm run start- Start the production servernpm run lint- Run linting checks (ESLint and Prettier)npm run fix- Automatically fix linting issuesnpm run examples- Run the example scripts
Contributing
- Fork the repository
- Create your feature branch
- Run tests and linting:
npm run lint - Commit your changes
- Push to the branch
- Create a Pull Request
Installing Notion Export Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/syucream/notion-export-mcp-serverFAQ
Is Notion Export Server MCP free?
Yes, Notion Export Server MCP is free — one-click install via Unyly at no cost.
Does Notion Export Server need an API key?
No, Notion Export Server runs without API keys or environment variables.
Is Notion Export Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Notion Export Server in Claude Desktop, Claude Code or Cursor?
Open Notion Export Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Notion
Read and write pages in your workspace
by NotionLinear
Issues, cycles, triage — from Claude
by LinearGoogle Drive
Search and read your Drive files
by Googlemindsdb/mindsdb
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
by mindsdbCompare Notion Export Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All productivity MCPs
