shck-dev/notion-mcp
MCP server for Notion using internal API — no workspace admin needed
[](https://lobehub.com/mcp/shck-dev-notion-mcp)
MCP server for Notion using the internal API (cookie auth). No workspace admin access or OAuth integration setup needed — just your browser cookie.
| Tool | Description | |------|-------------| | notion_search | Full-text search across your workspace | | notion_export_page | Export any page as markdown | | notion_import_page | Replace page content from markdown string | | notion_import_page_from_file | Replace page content from a local .md file |
The official Notion API requires workspace admin to create an integration, then explicitly share each page/database with it. This server uses the same internal API that the Notion web app uses — if you can see it in your browser, this tool can access it.
| | This MCP | Official Notion API | |---|----------|-------------------| | Setup | Paste 3 values from DevTools | Create integration, get admin approval, share pages | | Page access | Everything you can see | Only explicitly shared pages | | Markdown sync | Bidirectional (export + import) | Read-only blocks API | | Auth | Cookie (token_v2) | OAuth / integration token |
Trade-off: The internal API is undocumented and may change. Token expires periodically (re-grab from browser).
www.notion.sotoken_v2 cookie value → this is your NOTION_TOKENapi/v3/*, click itx-notion-active-user-header → this is your NOTION_USER_IDspaceId → this is your NOTION_SPACE_IDclaude mcp add notion -- env NOTLoading reviews...