vikunja-mcp
Verified Safeby democratize-technology
Overview
An MCP server enabling AI assistants to programmatically manage tasks, projects, and other entities within a Vikunja task management instance.
Installation
No command providedSecurity Notes
The project emphasizes architectural simplification and security enhancements, including Zod-based input validation and DoS protection features like rate limiting and memory protection. It acts as an API wrapper, so its security is inherently tied to the security of the Vikunja instance it connects to and the secure handling of API tokens/JWTs. No obvious 'eval' or direct arbitrary command execution risks were identified in the provided information.
Similar Servers
claude-todo-emulator
Provides persistent task management for AI coding assistants within IDEs like Cursor and Windsurf by emulating Claude Code's todo system.
trello-mcp-server
Provides an AI-agent-friendly interface (MCP server) to interact with the Trello API for managing boards, lists, cards, and other Trello resources.
Teamwork-MCP
An MCP server for AI agents to interact with the Teamwork.com API, enabling management of projects, tasks, people, companies, and reporting within Teamwork.
openapi-mcp-server
Dynamically converts OpenAPI specifications into Model Context Protocol (MCP) tools, enabling AI assistants to interact with defined APIs by mapping AI calls to HTTP requests.