Kelvia MCP Server
Related Servers
Alternatives to Kelvia MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseBqualityFmaintenanceAn MCP server that provides a database-backed kanban board with 40+ tools for AI agents to track issues, features, todos, epics, and diary entries across projects, including status workflows, relationships, and semantic search.4583MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for task management that enables AI agents to read, create, update tasks, and track work sessions, allowing agents and humans to collaborate on the same task board.5 npm9MIT
- AlicenseNot gradedqualityAmaintenanceMCP server that enables AI agents to manage tasks, boards, lists, and comments on a Kanban-style project management system through JSON-RPC methods.10 npm2AGPL 3.0
- AlicenseNot gradedqualityBmaintenanceAn AI-native kanban board MCP server where agents pull tasks via the Model Context Protocol. It provides tools for task discovery, claiming, progress updates, and review workflows.4MIT
- FlicenseNot gradedqualityDmaintenanceFull-featured MCP server integrating all 71 endpoints of the Weeek API as MCP tools for AI clients, enabling task, project, and workspace management via natural language.3-
- AlicenseNot gradedqualityBmaintenanceAgent-first project management MCP server that enables AI agents to manage tasks, spaces, lists, boards, subtasks, comments, and automations via natural language, with full audit trail and real-time sync.6,613 npmMIT
TDQS
Scored across 58 tools
While the tool names are largely clear and map to distinct actions, a few sets (list_tasks/list_daily_tasks/list_calendar_tasks; list_board_tags/list_tags) overlap in purpose and rely heavily on descriptions to disambiguate. Overall, an agent can distinguish them with careful reading, but some names are similar enough to risk misselection.
All tools use the snake_case verb_noun pattern consistently (create_board, update_task, list_board_members, delete_daily_plan_block). Even multi-word resources (daily_plan_blocks, board_invitations) follow the same convention. No mixing of styles or cryptic abbreviations.
At 58 tools, the server is excessively large for a typical MCP surface. While the coverage is comprehensive, the sheer number makes it unwieldy for agents to select from, and many tools could be consolidated (e.g., a single 'daily_plan_block' CRUD set). This exceeds the recommended 3-15 range by a wide margin.
The tool set provides full CRUD coverage for boards, tasks, stages, tags, comments, worklogs, invitations, and daily plan blocks, with additional lifecycle operations (archive, unarchive, reorder, start/complete/reopen). There are no obvious missing operations for the stated project-management domain, and even niche features like task summaries and daily plans are covered.