AcceleratedIndustries/planka-mcp
3.2
If you are the rightful owner of planka-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.
A Model Context Protocol (MCP) server for Planka kanban boards, written in Rust.
Tools
Functions exposed to the LLM to take actions
list_projects
List all Planka projects
list_boards
List boards in a project
list_lists
List columns on a board
list_cards
List cards on a board
create_board
Create a new board (requires Project Manager role)
create_list
Create a new column on a board
create_card
Create a new card in a list
update_card
Update card name/description
move_card
Move card to different list
delete_card
Delete a card
delete_list
Delete a list and all its cards
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client