What is the io.github.idjohnson/vikunjamcp MCP server?
An MCP server that provides access to Vikunja, a self-hosted task management solution.
How to install io.github.idjohnson/vikunjamcp
Copy-paste configuration for popular MCP clients.
VIKUNJA_URLrequiredURL to the Vikunja Instance
VIKUNJA_USERNAMErequiredUsername to use with the Vikunja Instance
VIKUNJA_PASSWORDrequiredsecretPassword for user in the Vikunja Instance
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"servers": {
"vikunjamcp": {
"type": "stdio",
"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>"
}
}
}
}claude mcp add vikunjamcp --env VIKUNJA_URL=<YOUR_VIKUNJA_URL> --env VIKUNJA_USERNAME=<YOUR_VIKUNJA_USERNAME> --env VIKUNJA_PASSWORD=<YOUR_VIKUNJA_PASSWORD> -- docker run -i --rm docker.io/idjohnson/vikunjamcp:0.26Related MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.