Skip to content
Cline

vikunjamcp for Cline

io.github.idjohnson/vikunjamcp

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

client:Cline transport:stdio runtime:oci

Install vikunjamcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "vikunjamcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/idjohnson/vikunjamcp:0.26"
      ],
      "env": {
        "VIKUNJA_URL": "<VIKUNJA_URL>",
        "VIKUNJA_USERNAME": "<VIKUNJA_USERNAME>",
        "VIKUNJA_PASSWORD": "<VIKUNJA_PASSWORD>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

vikunjamcp in other clients