Skip to main content

MCP server for Vikunja task management

Project description

vikunja-mcp

MCP server that gives Claude full access to your Vikunja task management instance.

Works with any Vikunja instance — self-hosted, cloud, or Factumerit.

Quick Start (Factumerit Users)

If you're using Factumerit's hosted Vikunja, the setup is automatic:

  1. Your welcome message contains the complete config — just copy it
  2. Paste into your Claude Desktop config file (see Config File Location)
  3. Restart Claude Desktop
  4. Ask Claude: "What's on my todo list?"

Manual Setup

1. Install uv

uv is a fast Python package manager. Install it once:

macOS / Linux:

curl -LsSf https://astral.sh/uv/install.sh | sh

Windows (PowerShell):

powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

2. Get your Vikunja API token

Go to your Vikunja instance → SettingsAPI TokensCreate a token.

Give it a name (e.g., "Claude Desktop") and grant all permissions.

3. Configure Claude Desktop

Add to your Claude Desktop config file:

{
  "mcpServers": {
    "vikunja": {
      "command": "uvx",
      "args": ["vikunja-mcp"],
      "env": {
        "VIKUNJA_URL": "https://your-vikunja-instance.com",
        "VIKUNJA_TOKEN": "your-api-token"
      }
    }
  }
}

Config File Location

OS Path
macOS ~/Library/Application Support/Claude/claude_desktop_config.json
Windows %APPDATA%\Claude\claude_desktop_config.json
Linux ~/.config/claude/claude_desktop_config.json

Tip: If the file doesn't exist, create it with just the config above.

4. Restart Claude Desktop

macOS: Cmd+Q, then reopen

Windows: Either:

  • Close Claude, open Task Manager (Ctrl+Shift+Esc), end any "Claude" processes, reopen
  • Or use our restart script:
    .\scripts\restart-claude.ps1
    

Linux: Close and reopen the app

5. Test it

Ask Claude:

"What projects do I have in Vikunja?"

If it works, you'll see your projects listed!

Available Tools

Projects

  • list_projects — List all projects
  • get_project — Get project details
  • create_project — Create new project
  • delete_project — Delete project

Tasks

  • list_tasks — List tasks (with filters)
  • get_task — Get task details with labels/assignees
  • create_task — Create task with title, description, due date, priority
  • update_task — Update task fields
  • complete_task — Mark task as done
  • delete_task — Delete task
  • set_task_position — Move task to kanban bucket
  • add_label_to_task — Attach label to task
  • assign_user / unassign_user — Manage task assignments

Labels

  • list_labels — List all labels
  • create_label — Create new label with color
  • delete_label — Delete label

Kanban

  • get_kanban_view — Get kanban view ID for a project
  • list_buckets — List kanban columns
  • create_bucket — Create new kanban column

Relations

  • create_task_relation — Link tasks (blocking, subtask, etc.)
  • list_task_relations — List task dependencies

Usage Examples

Once configured, just ask Claude:

  • "Show me all my tasks due this week"
  • "Create a task to review the Q4 report in the Work project"
  • "What's blocking the website redesign task?"
  • "Move the 'Fix login bug' task to the Done column"
  • "List all high-priority tasks across all projects"

Troubleshooting

"No MCP servers found" or tools not appearing

  1. Check your config file syntax (valid JSON?)
  2. Ensure uv is installed and in your PATH
  3. Restart Claude Desktop completely (see above)

"VIKUNJA_URL and VIKUNJA_TOKEN environment variables are required"

Your config is missing the env section. Make sure it looks like:

"env": {
  "VIKUNJA_URL": "https://...",
  "VIKUNJA_TOKEN": "tk_..."
}

"401 Unauthorized" errors

Your API token may have expired or been revoked. Create a new one in Vikunja Settings → API Tokens.

Windows: Claude won't restart properly

Use Task Manager (Ctrl+Shift+Esc) to ensure all Claude processes are ended before reopening.

Requirements

  • Python 3.12+ (installed automatically by uv)
  • A Vikunja instance with API access
  • Claude Desktop (or any MCP-compatible client)

Links

  • Vikunja — The open-source todo app
  • Factumerit — Managed Vikunja hosting with AI features
  • MCP Protocol — Model Context Protocol
  • uv — Fast Python package manager

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vikunja_mcp-0.8.0.tar.gz (110.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vikunja_mcp-0.8.0-py3-none-any.whl (13.4 kB view details)

Uploaded Python 3

File details

Details for the file vikunja_mcp-0.8.0.tar.gz.

File metadata

  • Download URL: vikunja_mcp-0.8.0.tar.gz
  • Upload date:
  • Size: 110.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.2

File hashes

Hashes for vikunja_mcp-0.8.0.tar.gz
Algorithm Hash digest
SHA256 545a8c634366f3a5553639821e5433378bc42696ec0b43668d31052d554bc9d8
MD5 e458eff4c64a0ec45242946ddbb0bd46
BLAKE2b-256 91aa25132da487872f92deac7d4a8a5a3e73403687bfb92f517986cf626c13b2

See more details on using hashes here.

File details

Details for the file vikunja_mcp-0.8.0-py3-none-any.whl.

File metadata

File hashes

Hashes for vikunja_mcp-0.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 11e85c23d3b0380d074c58c1b1474912ee48a3523a3866ece8063dcfb18b623b
MD5 ff2d8bd244c04f489297cf1ec7bc2143
BLAKE2b-256 299ed6bddfc5eb6be5eedb1865fccee7d0f522d92f7f757776ec2970861b7a27

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page