Skip to content
Grok

vikunjamcp for Grok

io.github.idjohnson/vikunjamcp

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

client:Grok transport:stdio runtime:oci

Install vikunjamcp in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "vikunjamcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

vikunjamcp in other clients