I created an Open Source N8N node for Evernote. You can install it on your instance using “Community Nodes” functionality.
N8N
N8N is like an open source version of Zapier. You connect nodes, give credentials and it can execute tasks. Most importantly, you can install it on your own server and the credentials will not leave your computer.
Community Nodes
Because N8N can run locally on your computer, there is a way to install any compatible NPM package, which unlocks custom code running on your N8N instance.
You can browse all community nodes here

Evernote Node
Since I use Evernote heavily for personal productivity, I really wanted to utilize it in my workflows.
I published the node in this Github repository
What does it do?
It exposes following actions
- Create Note
- Delete Note
- Get Note contents
- Search Notes
- Update Note
- List Notebooks
- List tags

Listing Notebooks

Searching notes

Creating a note

Installation
This will only work on self hosted n8n instances because it is running custom code
Go to the “Community Nodes”

In the “Install community nodes” paste:
n8n-nodes-evernote

Credentials
You will need to get a Developer token for your Evernote account. You can get them here.
You’re done! The code is here.