How Can I List Multiple Custom Nodes in the n8n Community / Ecosystem?

Describe the problem/error/question

Hey n8n team and awesome community,

I recently developed three custom n8n integrations, covering a parent company and two partner platforms:

I’ve published all three to npm and they work great in custom n8n setups. That said, I couldn’t find any official docs or guidance on how to submit custom integrations to n8n’s community listing or ecosystem

So I’m wondering:

  1. Is there a way to have custom nodes listed or featured in the official n8n integrations page or community directory?
  2. Should I make a PR to a specific repo (like n8n-io/n8n or another)?
  3. Are there any guidelines or formatting standards I should follow for my nodes to be considered?

I’m happy to align with whatever contribution process you recommend.

Thanks in advance! Love what you’re building here :raised_hands:

Best Regards,
Micheal Frank

Information on your n8n setup

  • n8n version: 1.85.4
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own, main
  • Running n8n via (Docker, npm, n8n cloud, desktop app): pnpm
  • Operating system: Windows

hello @Trayshmhirk

Check that page
Submit community nodes | n8n Docs

2 Likes

Thanks a lot!