Kanbaruu
Kanbaruu turns your project board into something your AI agent can read and edit.
Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeCan modify data
What it can do
- List Workspace Projects: List projects visible to the authenticated Kanbaruu user in the workspace bound to this MCP token.
- Get Project: Get full project details, including columns, tasks, tags, preferences, and members.
- List Project Columns: List columns for a project in the current workspace.
What data it sees
Do you need an account
An API key from the service settings is required
Kanbaruu turns your project board into something your AI agent can read and edit.
Tasks live as Markdown files and sync two-way with your repo — move a card and it writes back to git; edit the file and the board updates. This MCP server lets Claude, Cursor, or any MCP client work that same backlog directly.
What your agent can do
- Read projects, columns, tasks, and members
- Create, update, and delete tasks
- Update project member roles
Auth: workspace-bound token. Create one in Kanbaruu → Account Settings → MCP, then paste it when connecting. One token = one workspace. Read-only and scoped tokens supported.
Free tier available → kanbaruu.com
Server tool list (10)
Raw names from tools/list. Only developers need these.
| list_workspace_projects | List projects visible to the authenticated Kanbaruu user in the workspace bound to this MCP token. |
| get_project | Get full project details, including columns, tasks, tags, preferences, and members. |
| list_project_columns | List columns for a project in the current workspace. |
| list_project_tasks | List tasks for a project in the current workspace. |
| get_task | Get a single task by ID. |
| list_project_members | List project members and their roles. |
| create_task | Create a task in Kanbaruu. The user must have the same task-write permissions as in the UI. |
| update_task | Update a task in Kanbaruu. The user must have the same task-write permissions as in the UI. |
| delete_task | Delete a task in Kanbaruu. Requires task-write permission and a token with destructive actions enabled. |
| update_project_member_role | Update a project member role. The user must have the same project membership management rights as in the UI. |