vikunja-mcp
@AnthonyUtt
About vikunja-mcp
Basic MCP server for interacting with Vikunja to-do app
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"vikunja": {
"command": "npx",
"args": [
"-y",
"vikunja-mcp"
],
"env": {
"VIKUNJA_API_BASE": "https://app.vikunja.cloud",
"VIKUNJA_API_TOKEN": ""
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is vikunja-mcp?
vikunja-mcp is a basic Model Context Protocol server for Vikunja, a task management platform. It enables AI assistants like Claude to interact with Vikunja to manage projects and tasks.
How to use vikunja-mcp?
Install it via npx or build locally, then configure your MCP client with the vikunja-mcp command and environment variables VIKUNJA_API_BASE and VIKUNJA_API_TOKEN. For example, add a "vikunja" entry under mcpServers in your Claude configuration.
Key features of vikunja-mcp
- List all projects
- Get a project by its ID
- List all tasks across projects
- List tasks within a specific project
- Add a task with title, description, and done fields
- Update and delete existing tasks
Use cases of vikunja-mcp
- List all projects and their details
- View tasks in a specific project
- Add new tasks to a project
- Update or delete tasks via conversation
FAQ from vikunja-mcp
What dependencies or runtime are required?
Node.js and either npx (for quick start) or a local clone with pnpm installed for building.
How does authentication work?
You provide a Vikunja API token via the VIKUNJA_API_TOKEN environment variable. The token must have appropriate permissions for the operations you intend to use.
What transport does the server use?
It runs as a subprocess via stdio – the command and arguments are specified in the client’s MCP server configuration.
What are the limits of the "add task" operation?
Only the title, description, and done fields are supported when adding a task.
Where are my data stored?
All data resides in your Vikunja instance, which is accessed via the VIKUNJA_API_BASE URL you configure. The server does not store anything locally.
More Other MCP servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments