vikunja-mcp-server

mrenwick13/vikunja-mcp-server
★ 0 stars TypeScript 🧠 Memory/Knowledge Updated 6d ago
Model Context Protocol server for Vikunja task management. 50 tools covering tasks, projects, views, buckets (with dedicated Kanban move), labels, filters, comments, assignees, relations, and subscriptions. TypeScript, MIT.
View on GitHub →

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-server": {
      "command": "npx",
      "args": [
        "-y",
        "mrenwick13/vikunja-mcp-server"
      ]
    }
  }
}