mattbalmer/knbn-mcp
If you are the rightful owner of knbn-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 henry@mcphub.com.
KnBn MCP Server is a Model Context Protocol server that provides AI assistants with structured access to kanban board functionality.
Tools
Functions exposed to the LLM to take actions
list_boards
List all .knbn board files
get_board
Get complete board contents
create_board
Create new board with name and description
migrate
Migrate board files to latest version
create_task
Create task with title, description, priority, story points
get_task
Get task details by ID
list_tasks
List/filter tasks by column, label, priority, sprint
update_task
Update task properties
update_tasks_batch
Update multiple tasks efficiently
create_column
Add new column at specified position
list_columns
List all columns with optional task counts
update_column
Rename existing column
remove_column
Delete column
add_label
Create label with name and color
list_labels
List all available labels
update_label
Modify label name or color
remove_label
Delete label from board
add_sprint
Create sprint with dates, capacity, description
list_sprints
List sprints filtered by status
update_sprint
Modify sprint properties
remove_sprint
Delete sprint
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client