Loading MCP server directory, please wait...
An MCP server that provides access to Vikunja, a self-hosted task management solution.
npx @getmcp/cli add io.github.idjohnson/vikunjamcpRequires Docker Engine. Community-contributed server. Review source before installing.
VIKUNJA_URLURL to the Vikunja Instance
VIKUNJA_USERNAMEUsername to use with the Vikunja Instance
VIKUNJA_PASSWORDPassword for user in the Vikunja Instance
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.idjohnson/vikunjamcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"VIKUNJA_URL",
"-e",
"VIKUNJA_USERNAME",
"-e",
"VIKUNJA_PASSWORD",
"docker.io/idjohnson/vikunjamcp:0.26"
],
"env": {
"VIKUNJA_URL": "",
"VIKUNJA_USERNAME": "",
"VIKUNJA_PASSWORD": ""
}
}
}
}