MCP Catalogs
Home

notion-export-mcp-server

by syucream·1·Score 28

An MCP server that exports Notion pages to markdown via unofficial API.

notionknowledge-graphproductivity
0
Forks
0
Open issues
13 mo ago
Last commit
2d ago
Indexed

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:

you:AI assistants can read and analyze Notion documentation
you:Export Notion knowledge bases for processing by LLMs
you:Integrate Notion content into AI-powered workflows
you:How do I get the required Notion tokens?
you:Is this API stable?

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 README
  • notion_export_get_result

    Get notion export result markdown text

Comparable tools

notion-apinotion2mdn2m

Installation

npm install notion-export-mcp-server

Add 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.