vikunja-mcp

ufna/vikunja-mcp
★ 2 stars Python AI/LLM Updated today
Workflow-level MCP server for Vikunja: a gated Backlog→Queue→Design→Build→Review pipeline that AI coding agents can be left alone with. Agents can never move a task to Done.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "vikunja-mcp": {
      "command": "uvx",
      "args": [
        "vikunja-mcp"
      ]
    }
  }
}

Or install with pip: pip install vikunja-mcp

README Excerpt

<h1 align="center">vikunja-mcp</h1> <p align="center"> <strong>A tracker your coding agents can be left alone with.</strong><br> An MCP server that turns a self-hosted <a href="https://vikunja.io">Vikunja</a> board into a pipeline with gates — where the rules live in the tools, not in a prompt you hope was read.

Topics

agentic-workflowsai-agentsclaude-codekanbanmcpmodel-context-protocolopencodepythontask-managementvikunja