Back to Apps

Vikunja MCP
by democratize-technology
Full-featured MCP server for Vikunja task management, enabling AI interaction with projects, tasks, and labels.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects AI assistants to Vikunja task management instances, allowing them to create, organize, and track tasks, projects, and labels through a standardized interface.
Tools
vikunja_tasks: Full CRUD operations for tasks, including bulk creation, updates, and relations.vikunja_projects: Project management, including hierarchy (parent/child) and sharing.vikunja_labels: Create and manage task labels and colors.vikunja_batch_import: Import tasks from CSV or JSON files.vikunja_filters: Advanced SQL-like task filtering.vikunja_auth: Session and token-based authentication management.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"vikunja": {
"command": "npx",
"args": ["-y", "@democratize-technology/vikunja-mcp"],
"env": {
"VIKUNJA_URL": "https://your-vikunja-instance.com/api/v1",
"VIKUNJA_API_TOKEN": "your-api-token"
}
}
}
}
Supported hosts
- claude
Quick install
npx -y @democratize-technology/vikunja-mcpInformation
- Pricing
- free
- Published
- 4/26/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"vikunja": {"command": "npx", "args": ["-y", "@democratize-technology/vikunja-mcp"], "env": {"VIKUNJA_URL": "https://your-vikunja-instance.com/api/v1", "VIKUNJA_API_TOKEN": "your-api-token"}}}





