Obsidian Kanban MCP Server
Related Servers
Alternatives to Obsidian Kanban MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage tasks in a kanban board organized as markdown files, with operations to create, update, delete, move tasks, manage lanes, and get statistics.1MIT
- AlicenseBqualityCmaintenanceEnables AI agents to manage kanban boards with tasks, including creating boards, items, moving between columns, and searching.81MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to manage Kanban tasks, boards, teams, and checklists via natural language, with full CRUD operations and live updates.47 npmMIT
- AlicenseNot gradedqualityAmaintenanceEnables agents to read and drive a local-first Kanban board for issue tracking, allowing them to list, create, update, and resolve issues from Claude Code sessions.3 npm1MIT
- AlicenseNot gradedqualityDmaintenanceEnables users to manage a personal Kanban board with tasks, subtasks, notes, and code clips using natural language via the Model Context Protocol.1MIT
- AlicenseNot gradedqualityBmaintenanceEnables management of Kanban-backed task checkpoint documents in Obsidian, supporting task creation, querying, checkpoint commits, and rich block storage via MCP tools.MIT
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose with no overlap: add_task creates tasks, create_board creates boards, get_board_content retrieves board details, list_boards lists boards, and move_task moves tasks between columns. An agent can easily distinguish between these operations without confusion.
All tool names follow a consistent verb_noun pattern (e.g., add_task, create_board, get_board_content). The naming is uniform and predictable, using snake_case throughout without any deviations or mixed conventions.
With 5 tools, this server is well-scoped for managing Kanban boards in Obsidian. Each tool serves a clear and necessary function (creating/listing boards, adding/moving tasks, retrieving content), making the count appropriate and efficient for the domain.
The tool set covers core Kanban operations well, including board creation, listing, content retrieval, and task management (add/move). A minor gap exists in task deletion or board deletion/update, but agents can likely work around this for basic workflows without significant failures.