notion2CLI
Requires local notion2cli CLI. Send Notion and Feishu/Lark docs to Codex or Claude through localhost.
As of June 2026, notion2CLI has 10 users and a 5.00/5 rating from 1 reviews in the Developer Tools category.
Usersno change0%
10
10
Ratingno change0%
5.00
1 reviews
Reviewsno change0%
1
Version
0.2.0
Manifest V3
90-day change · In the last 90 days this extension 1 version update, changed permissions.
History
7 snapshotsTracking since May 3, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| May 3, 2026 | — | — | — | 0.1.1 |
| May 9, 2026 | — | — | — | 0.1.1 |
| May 14, 2026 | 5 | 5.00 | 1 | 0.1.1 |
| May 20, 2026 | 9 | 5.00 | 1 | 0.1.1 |
| May 26, 2026 | 7 | 5.00 | 1 | 0.2.0 |
| Jun 2, 2026 | 10 | 5.00 | 1 | 0.2.0 |
| Jun 8, 2026 | 16 | 5.00 | 1 | 0.2.0 |
| Now | 10 | 5.00 | 1 | 0.2.0 |
Changelog
- May 20, 2026description
notion2CLI turns a Notion page into a rich-text input surface for local AI coding sessions. Open a Notion page, select text or run the whole page, and notion2CLI sends that content to your active local Codex CLI or Claude Code session through a localhost bridge. The result appears back in the browser Activity panel. When a task genuinely needs to update the current Notion page, the runtime can write back through your configured Notion MCP server. What it does: - Send selected Notion text to Codex CLI or Claude Code. - Send a full Notion page through runtime-backed Notion MCP. - Include supported Notion page images as local artifacts. - Show the latest assistant result in the Notion-side Activity panel. - Reuse a stable visible Codex App session. - Deliver Claude jobs into the active notion2cli claude launch terminal session. - Support local prompt profiles, including Raw and Build. - Optionally append or write results back to Notion through Notion MCP. Local-first by design: - The extension connects to http://127.0.0.1:43821. - notion2CLI does not run a cloud service. - Pairing uses a local 6-digit code and a local bearer token. - Notion credentials stay with your configured runtime and Notion MCP setup. Requirements: - Node.js 22.15+ - The notion2CLI CLI bridge installed locally - Codex CLI or Claude Code - Google Chrome - A logged-in Notion browser session - Notion MCP configured for the selected runtime This is an early MVP for developers who already use Notion as a planning surface and Codex or Claude Code as local execution tools.
notion2CLI is a Chrome extension plus a separately installed local CLI bridge. The extension does not work by itself and does not provide a cloud backend. It requires the companion `notion2cli` CLI bridge running on the user's own machine. Browser connection is completed in the extension popup with a local 6-digit pairing code generated by `notion2cli pair`; notion2CLI does not provide a cloud backend for this connection. notion2CLI turns a Notion or Feishu/Lark document page into a rich-text input surface for local AI coding sessions. Open a supported document page, select text or run the whole page, and notion2CLI sends that content to your active local Codex CLI or Claude Code session through a localhost bridge. The result appears back in the browser Activity panel. Notion full-page reads use your configured Notion MCP server. Feishu/Lark document reads and write-back use the official local `lark-cli`. What it does: - Send selected Notion or Feishu/Lark document text to Codex CLI or Claude Code. - Send a full Notion page through runtime-backed Notion MCP. - Send a full Feishu/Lark docx or wiki document through the official `lark-cli`. - Include supported document images as local artifacts. - Show the latest assistant result in the page-side Activity panel. - Reuse a stable visible Codex App session. - Deliver Claude jobs into the active `notion2cli claude launch` terminal session. - Support local prompt profiles, including Raw, PreVibe, and Build. - Optionally append or write results back through the resolved document provider. Local-first by design: - The extension connects to `http://127.0.0.1:43821`. - notion2CLI does not run a cloud service. - Pairing uses a local 6-digit code and a local bearer token. - Notion credentials stay with your configured runtime and Notion MCP setup. - Feishu/Lark authorization is handled by the official local `lark-cli`; notion2CLI does not store Feishu/Lark secrets. Requirements: - Node.js 22.15+ - The notion2CLI CLI bridge installed locally - Codex CLI or Claude Code - Google Chrome - A logged-in Notion browser session for Notion pages - Notion MCP configured for the selected runtime when using Notion full-page reads - Browser authorization through `lark-cli` when using Feishu/Lark docs This is an early MVP for developers who already use Notion as a planning surface and Codex or Claude Code as local execution tools.
- May 20, 2026short_description
Trigger a local Claude Code or Codex workflow directly from a Notion page.
Requires local notion2cli CLI. Send Notion and Feishu/Lark docs to Codex or Claude through localhost.
- May 20, 2026host_permissions
https://www.notion.so/*, https://notion.so/*, http://127.0.0.1:43821/*
https://www.notion.so/*, https://notion.so/*, https://*.feishu.cn/*, https://*.larksuite.com/*, https://*.larkoffice.com/*, http://127.0.0.1:43821/*
Permissions & access
- Permissions
- storage
- Host access
- https://www.notion.so/*, https://notion.so/*, https://*.feishu.cn/*, https://*.larksuite.com/*, https://*.larkoffice.com/*, http://127.0.0.1:43821/*
Screenshots
About
notion2CLI is a Chrome extension plus a separately installed local CLI bridge. The extension does not work by itself and does not provide a cloud backend. It requires the companion `notion2cli` CLI bridge running on the user's own machine. Browser connection is completed in the extension popup with a local 6-digit pairing code generated by `notion2cli pair`; notion2CLI does not provide a cloud backend for this connection. notion2CLI turns a Notion or Feishu/Lark document page into a rich-text input surface for local AI coding sessions. Open a supported document page, select text or run the whole page, and notion2CLI sends that content to your active local Codex CLI or Claude Code session through a localhost bridge. The result appears back in the browser Activity panel. Notion full-page reads use your configured Notion MCP server. Feishu/Lark document reads and write-back use the official local `lark-cli`. What it does: - Send selected Notion or Feishu/Lark document text to Codex CLI or Claude Code. - Send a full Notion page through runtime-backed Notion MCP. - Send a full Feishu/Lark docx or wiki document through the official `lark-cli`. - Include supported document images as local artifacts. - Show the latest assistant result in the page-side Activity panel. - Reuse a stable visible Codex App session. - Deliver Claude jobs into the active `notion2cli claude launch` terminal session. - Support local prompt profiles, including Raw, PreVibe, and Build. - Optionally append or write results back through the resolved document provider. Local-first by design: - The extension connects to `http://127.0.0.1:43821`. - notion2CLI does not run a cloud service. - Pairing uses a local 6-digit code and a local bearer token. - Notion credentials stay with your configured runtime and Notion MCP setup. - Feishu/Lark authorization is handled by the official local `lark-cli`; notion2CLI does not store Feishu/Lark secrets. Requirements: - Node.js 22.15+ - The notion2CLI CLI bridge installed locally - Codex CLI or Claude Code - Google Chrome - A logged-in Notion browser session for Notion pages - Notion MCP configured for the selected runtime when using Notion full-page reads - Browser authorization through `lark-cli` when using Feishu/Lark docs This is an early MVP for developers who already use Notion as a planning surface and Codex or Claude Code as local execution tools.
Technical
- Version
- 0.2.0
- Manifest
- V3
- Size
- 41.32KiB
- Min Chrome
- 88
- Languages
- 1
- Featured
- No
Metadata
- ID
- poadenkneikinepacildoepjamefghio
- Developer ID
- ufa752af999827a0dcfb6ba6a4e00141f
- Developer Email
- [email protected]
- Created
- May 2, 2026
- Last Updated (Store)
- May 18, 2026
- Last Scraped
- Jun 8, 2026
- Support URL
- https://github.com/previbe/notion2CLI/issues
- Privacy Policy
- https://previbe.github.io/notion2CLI/PRIVACY.html
Data sourced from the Chrome Web Store · last verified Jun 8, 2026.