vikunja
Model Context Protocol server for Vikunja task management. Enables AI assistants to interact with Vikunja instances via MCP.
How to use
The Vikunja MCP server provides a robust interface for task management, allowing AI assistants to interact seamlessly with Vikunja instances via the Model Context Protocol (MCP). This server enables you to integrate task management functionalities into your applications, making it easier to automate and enhance productivity workflows. By using Vikunja, you can create, manage, and retrieve tasks programmatically, streamlining your project management efforts.
Once connected to the Vikunja MCP server, you can issue commands to create new tasks, retrieve existing ones, or update task statuses. You can perform queries such as "Get all tasks," "Create a new task," or "Update task status" to interact with your Vikunja instance effectively. The server is designed to handle task-related queries, making it ideal for applications that require task management features integrated with AI functionalities.
How to install
To install the Vikunja MCP server, ensure you have Node.js installed on your machine. Follow the steps below:
Prerequisites:
- Node.js (version 14 or higher)
Option A: Quick start with npx:
You can quickly run the server using npx with the following command:
npx -y vikunja-mcp
Option B: Global install alternative:
Alternatively, you can install it globally by running:
npm install -g vikunja-mcp
Once installed, you can start the server using:
vikunja-mcp
Additional notes
When configuring the Vikunja MCP server, ensure that your environment variables are correctly set to point to your Vikunja instance. Common variables include VIKUNJA_URL for the base URL of your Vikunja server. One common gotcha is ensuring your server is running and accessible before attempting to connect, as connectivity issues can arise if the server is not properly set up.
Related MCP Servers
augments
Comprehensive MCP server providing real-time framework documentation access for Claude Code with intelligent caching, multi-source integration, and context-aware assistance.
mcp-n8n-builder
🪄 MCP server for programmatic creation and management of n8n workflows. Enables AI assistants to build, modify, and manage workflows without direct user intervention through a comprehensive set of tools and resources for interacting with n8n's REST API.
mcp-memory-libsql
🧠 High-performance persistent memory system for Model Context Protocol (MCP) powered by libSQL. Features vector search, semantic knowledge storage, and efficient relationship management - perfect for AI agents and knowledge graph applications.
mcp -text-editor
An open source implementation of the Claude built-in text editor tool
grok-faf
First MCP server for Grok | FAST⚡️AF • URL-based AI context • Vercel-deployed
cdp-tools
MCP server that connects AI assistants to Chrome DevTools Protocol for runtime debugging - set breakpoints, inspect variables, monitor network traffic, and automate browser interactions