yokan-board/yokan-board-mcp
If you are the rightful owner of yokan-board-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Yokan Board MCP is a Model Context Protocol server designed for managing Kanban boards, columns, and tasks through an AI agent interface.
Tools
Functions exposed to the LLM to take actions
get_boards
Retrieve a list of all Kanban boards.
create_board
Create a new Kanban board.
update_board
Update an existing Kanban board.
delete_board
Delete a Kanban board.
create_column
Create a new column within a board.
get_columns
Retrieve all columns within a board.
update_column
Update an existing column.
reorder_columns
Reorder columns within a board.
delete_column
Delete a column from a board.
create_task
Create a new task within a column.
get_tasks
Retrieve all tasks within a column.
update_task
Update an existing task.
move_task
Move a task to a different column.
delete_task
Delete a task from a column.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client