n8n actually has a proper directory for this now. just go to n8n.io/integrations and check the community nodes filter. it pulls the package info and usually lists the operations right on the page so you don’t have to dig through github repos one by one.
you can also just search directly inside your n8n workspace under settings > community nodes. it hooks straight into npm and shows the readme right there. way less clicking around.
Search in the n8n editor — Open the Nodes panel, search by name. Verified nodes () appear under “More from the community” and can be installed with one click. Requires n8n v1.94.0+. [Verified nodes]
npm keyword search — Go to npmjs.com/search?q=keywords:n8n-community-node-package to see all community nodes at once. [Community nodes]
I might try building a small explorer that indexes all n8n-community-node-package modules, parses their README / node definitions, and makes them searchable by operations & use case.
Will share it here if I put something useful together