npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@maxwellmelo/n8n-nodes-vikunja

v1.0.0

Published

n8n community nodes for Vikunja - Open Source Task Management

Readme

n8n-nodes-vikunja

License: MIT

This is an n8n community node package for Vikunja - the open-source, self-hosted To-Do app.

Vikunja is a powerful task management application that can be self-hosted. This package provides comprehensive integration for n8n automation workflows.

Features

  • 14 Resources: Tasks, Projects, Labels, Teams, Buckets, Views, Comments, Attachments, Filters, Webhooks, Users, Notifications, Subscriptions, and API Tokens
  • Complete CRUD Operations: Create, Read, Update, Delete for all resources
  • Webhook Triggers: Real-time automation based on Vikunja events
  • AI Agent Tools: 9 specialized tools for use with n8n AI Agent node
  • Advanced Filtering: Full support for Vikunja's filter query syntax

Installation

Community Nodes (Recommended)

  1. Go to Settings > Community Nodes
  2. Click Install
  3. Enter n8n-nodes-vikunja
  4. Click Install

Manual Installation

cd ~/.n8n/nodes
npm install n8n-nodes-vikunja

Quick Start

  1. Add Credentials

    • Go to Credentials > New
    • Search for "Vikunja API"
    • Enter your Vikunja host URL and API token
  2. Use in Workflow

    • Add "Vikunja" node
    • Select resource and operation
    • Configure parameters
    • Execute!

Nodes

Vikunja

Main node with all operations:

| Resource | Operations | |----------|------------| | Task | Create, Get, Update, Delete, Bulk Update, Assignees, Labels, Relations | | Project | Create, Get, Update, Delete, Duplicate, Team/User sharing | | Label | Create, Get, Update, Delete | | Team | Create, Get, Update, Delete, Members management | | Bucket | Create, Get, Update, Delete (Kanban) | | View | Create, Get, Update, Delete (List/Gantt/Table/Kanban) | | Comment | Create, Get, Update, Delete | | Attachment | Upload, Download, Delete | | Filter | Create, Get, Update, Delete | | Webhook | Create, Get, Update, Delete | | User | Get current, Search, Settings | | Notification | Get, Mark read | | Subscription | Subscribe, Unsubscribe | | Token | Create, Delete |

Vikunja Trigger

Webhook-based trigger for real-time events:

  • Task events (created, updated, deleted)
  • Comment events
  • Assignee events
  • Project events
  • Team events

AI Agent Tools

Specialized tools for AI workflows:

  • Create Task
  • Get Task
  • List Tasks
  • Update Task
  • Complete Task
  • Delete Task
  • List Projects
  • Create Project
  • Add Comment

Documentation

See docs/README.md for complete documentation.

Requirements

  • n8n v1.0.0 or later
  • Vikunja instance with API access
  • API Token or JWT authentication

Development

# Clone
git clone <repository-url>
cd n8n-nodes-vikunja

# Install dependencies
npm install

# Build
npm run build

# Development mode
npm run dev

License

MIT

Credits

  • Vikunja - The open-source To-Do app
  • n8n - Workflow automation tool