MCP Directory
Back

vikunja-mcp

by democratize-technology · TypeScript · ★ 82

Model Context Protocol server for Vikunja task management. Enables AI assistants to interact with Vikunja instances via MCP.

#ai-tools#mcp#model-context-protocol#productivity#task-management#typescript#vikunja

Install

npx -y github:democratize-technology/vikunja-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "vikunja-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:democratize-technology/vikunja-mcp"
      ]
    }
  }
}

From the README

A Model Context Protocol (MCP) server that enables AI assistants to interact with Vikunja task management instances. - **Subcommand-based tools** for intuitive AI interactions - **Session-based authentication** with automatic token management - **Full task management** operations implemented - **Complete project management** with CRUD operations - **Label management** for organizing tasks - **Team operations** for collaboration (get/update/members limited by API) - **User management** with settings and search - **Webhook management** for project automation - **Batch import** tasks from CSV or…
Read full README on GitHub →

Related productivity servers