Vikunja

v1.0.0Business Applicationsstable

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

ai-toolsmcpmodel-context-protocolproductivitytask-management
Share:
70
Stars
0
Downloads
0
Weekly
0/5

What is Vikunja?

Vikunja is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to model context protocol server for vikunja task management. enables ai assistants to interact with vikunja instances via mcp.

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

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Model Context Protocol server for Vikunja task management. E

Use Cases

AI-powered task management integration
Manage Vikunja instances via natural language
LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y vikunja

Manual Installation

npx -y vikunja

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Vikunja

Vikunja MCP Server connects AI assistants to a self-hosted or cloud Vikunja task management instance, exposing a comprehensive set of tools covering tasks, projects, labels, teams, filters, webhooks, and bulk imports. It uses subcommand-style tool naming (e.g. vikunja_tasks with subcommand 'create') that maps naturally to how language models construct tool calls, and includes circuit breaker resilience and Zod input validation to prevent runaway API usage. This makes it practical for building AI-driven productivity workflows on top of an open-source, self-hosted alternative to Linear or Asana.

Prerequisites

  • Node.js 20 LTS or higher installed
  • A running Vikunja instance (self-hosted or vikunja.io) with API access enabled
  • A Vikunja API token (format: tk_*) generated from your Vikunja user settings, or a JWT token
  • An MCP-compatible client such as Claude Desktop
1

Install the Vikunja MCP server

Install the package from npm. The package is published under @democratize-technology/vikunja-mcp.

npx -y @democratize-technology/vikunja-mcp
2

Generate a Vikunja API token

Log in to your Vikunja instance, go to Settings > API Tokens, and create a new token with read and write permissions. Copy the token value starting with tk_.

3

Configure Claude Desktop with your Vikunja credentials

Add the server to your Claude Desktop configuration file with the Vikunja API URL and your token as environment variables.

{
  "mcpServers": {
    "vikunja": {
      "command": "npx",
      "args": ["-y", "@democratize-technology/vikunja-mcp"],
      "env": {
        "VIKUNJA_URL": "https://your-vikunja-instance.com/api/v1",
        "VIKUNJA_API_TOKEN": "tk_xxxxxxxxxxxxxxxxxxxx"
      }
    }
  }
}
4

Restart Claude Desktop

Quit and reopen Claude Desktop to load the new MCP server. You can verify it is active by asking Claude to list your Vikunja projects.

5

Authenticate and explore your workspace

Ask Claude to connect to your Vikunja instance using the vikunja_auth tool and then list available projects to confirm everything is working.

Vikunja Examples

Client configuration

Claude Desktop configuration for the Vikunja MCP server with API token authentication.

{
  "mcpServers": {
    "vikunja": {
      "command": "npx",
      "args": ["-y", "@democratize-technology/vikunja-mcp"],
      "env": {
        "VIKUNJA_URL": "https://tasks.example.com/api/v1",
        "VIKUNJA_API_TOKEN": "tk_xxxxxxxxxxxxxxxxxxxx",
        "LOG_LEVEL": "info"
      }
    }
  }
}

Prompts to try

Example prompts that use Vikunja MCP tools for task and project management.

- "List all my open tasks that are due this week"
- "Create a new project called 'Website Redesign' and add five tasks for the design, development, testing, staging, and launch phases"
- "Mark all tasks in the 'Sprint 3' project that have priority 3 or higher as in-progress"
- "Bulk import these ten tasks into project ID 5 from this JSON list"
- "Add a reminder for task 'Submit quarterly report' due in 2 days"

Troubleshooting Vikunja

Connection refused or 'ECONNREFUSED' when connecting to Vikunja

Verify VIKUNJA_URL ends with /api/v1 (e.g. https://tasks.example.com/api/v1) and that your Vikunja instance is reachable from the machine running the MCP server. Self-signed TLS certificates may require additional NODE_EXTRA_CA_CERTS configuration.

API returns 401 Unauthorized with a valid-looking token

Ensure the token format starts with tk_ (API tokens) rather than a JWT. If using a JWT, it may have expired — API tokens are long-lived and preferred. Regenerate the token from Vikunja Settings > API Tokens if needed.

bulk-create or bulk-update times out on large task lists

The server enforces a MAX_TASKS_PER_REQUEST limit (default 1000) and EXECUTION_TIMEOUT (default 30000ms). Break large imports into batches of 100 or fewer tasks using the vikunja_batch_import tool which supports CSV and JSON formats.

Frequently Asked Questions about Vikunja

What is Vikunja?

Vikunja is a Model Context Protocol (MCP) server that model context protocol server for vikunja task management. enables ai assistants to interact with vikunja instances via mcp. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Vikunja?

Install via npm with the command: npx -y vikunja. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Vikunja?

Vikunja works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Vikunja free to use?

Yes, Vikunja is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Vikunja Alternatives — Similar Business Applications Servers

Looking for alternatives to Vikunja? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "vikunja": { "command": "npx", "args": ["-y", "vikunja"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Vikunja?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides