Catalog
Vikunjamcp
Officialby idjohnson
An MCP server that provides access to Vikunja, a self-hosted task management solution.
Access Vikunja self-hosted task management and project organization features.
README not available yet.
Install
Configuration
Environment variables
VIKUNJA_URLrequiredURL to the Vikunja Instance
VIKUNJA_USERNAMErequiredUsername to use with the Vikunja Instance
VIKUNJA_PASSWORDrequiredsecretPassword for user in the Vikunja Instance
claude_desktop_config.json
{
"mcpServers": {
"vikunjamcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/idjohnson/vikunjamcp:0.26"
],
"env": {
"VIKUNJA_URL": "<YOUR_VIKUNJA_URL>",
"VIKUNJA_USERNAME": "<YOUR_VIKUNJA_USERNAME>",
"VIKUNJA_PASSWORD": "<YOUR_VIKUNJA_PASSWORD>"
}
}
}
}