← Index

io.github.idjohnson/vikunjamcp

io.github.idjohnson/vikunjamcp·v1.0.26·Other
Quality Score
62
/100

An MCP server that provides access to Vikunja, a self-hosted task management solution.

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "vikunjamcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/idjohnson/vikunjamcp:0.26"
      ],
      "env": {
        "VIKUNJA_URL": "<vikunja_url>",
        "VIKUNJA_USERNAME": "<vikunja_username>",
        "VIKUNJA_PASSWORD": "<your-vikunja_password>"
      }
    }
  }
}
§02  Environment variables
VIKUNJA_URL
required

URL to the Vikunja Instance

VIKUNJA_USERNAME
required

Username to use with the Vikunja Instance

VIKUNJA_PASSWORD
requiredsecret

Password for user in the Vikunja Instance

§03  MCP Quality Score  ·  methodology
freshness
12
completeness
5
installability
25
documentation
10
stability
10
§04  Alternatives in Other