Easy-to-use arXiv clipper for Notion based on Notion API

chrome://extensionload unpacked in developer mode+ New IntegrationInternal[!NOTE] For more detailed information about Notion integration, please refer to the official documentation at https://developers.notion.com/docs/getting-started.
Optionshttps://www.notion.so/my-integrations/internal/${integration-id}integration id and click on + button.[!NOTE] To enhance security, arxiv2notion retrieves the Notion API key (integration secrets) on-demand through integration ID instead of storing it directly in Chrome local storage. Please ensure you are logged into notion.so while using this extension.
... > (scroll down...) Connect to > {your integration name}
[!CAUTION] Do NOT create a new database by
/database! Make sure to create properties with exactly the same names and types as those listed.
| property | type |
|---|---|
| Title | Title |
| URL | URL |
| Authors | Multi-Select |
| Abstract | Text |
| Published | Date |
| Comments | URL |
| Publisher | Select |
[!NOTE] migration from v0.1.x → v1.0.0 - We changed
Authorstype and addedPublishedCommentsproperty from v1.0.0. - Change your existing database properties as follows, you can easily integrate new features to your existing Notion database!
| property | type(^v0.1.x) | type(v1.0.0+) |
|---|---|---|
| Authors | Text | Multi-Select |
| Published | -- | Date |
| Comments | -- | URL |
[!TIP] You can add extra columns of your choice alongside the default ones in your databases.
replace(URL, "arxiv", "ar5iv") formula adds an ar5iv link column by substituting "arxiv.org" with "ar5iv.org" 🚀
AI custom autofillarxiv2notion ,and then the preset AI property will be automatically generated.
$ git clone https://github.com/denkiwakame/arxiv2notion.git
$ npm install
$ npm run build
$ npm run watch # debug locally
$ npm run pack # packaging to zip
$ claude mcp add arxiv2notion \
-- python -m otcore.mcp_server <graph>