Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Done Bear

com.donebear/donebear

Local-first task manager: create, edit, and complete tasks, projects, and checklists via MCP.

Uptime
100.0%
2 direct probes · 30d
Response
2865ms
last probe
Tools
15
callable
Resources
0
readable
Prompts
0
available

Tools · 15

guide

Read Done Bear's guide for one topic: what the data means, how it relates to the rest of the product, and how to use it well. Load a topic before doing that kind of work for the first time in a sessio…

get_context

Get a snapshot of the current workspace: task counts per view, recent open tasks, and every project, label, team and member. This is the tool that answers what is in the workspace and resolves a proje…

task_list

List tasks in the workspace, most recently updated first. Completed tasks are ordered by completion time, newest first. Filter by view (inbox, today, upcoming, anytime, someday, logbook, trash) and/or…

task_show

Get full details for a single task: its fields, labels and checklist items, by workspace-scoped task number. Add `include` for the parts that cost extra reads: `["comments"]` for the discussion thread…

task_add

Create a new task. The `when` parameter controls which GTD view it appears in: today (default), inbox, upcoming, anytime, or someday. A new task lands in Today unless you say otherwise, so pass `when:…

task_edit

Update fields on one task (`task`) or on several at once (`tasks`, max 50). Only the provided fields are changed; omitted fields are left untouched. To remove a value, list the field in `clear` (e.g. …

task_done

Mark a task as complete, or several at once with `tasks` (max 50). They move to the Logbook view. A set of 50 is undone one task_reopen call at a time, so confirm the list with the user first.

task_reopen

Reopen a completed task, or several at once with `tasks` (max 50). Each returns to its previous view.

task_archive

Archive a task, or several at once with `tasks` (max 50). They move to the Trash view, out of every working list. Confirm with the user first.

project

Create or change a project. `action: "add"` creates one (name required). `action: "edit"` updates the named project: only the fields given change, and an empty string clears description or target_date…

search

Search tasks across the workspace. Ranked lexical search over title and description: exact and prefix matches rank first, then word-boundary, substring, and fuzzy matches, with recency and status fact…

checklist

Change the checklist on a task. `action: "add"` appends items, unchecked, after the existing ones: pass every title for a multi-item list in one call (`titles` keeps the given order, while parallel si…

comment

Write on a task's comment thread. `action: "add"` posts a comment, attributed to the connected user and visible to everyone in the workspace, so write it as a message to the user's teammates rather th…

attachment

Add a file to a task or remove one. `action: "add"` fetches the given HTTPS `url`: the server downloads it, verifies its size and type, and stores it, so the model never sends file bytes. Pass a stabl…

label_create

Create a new label in the workspace.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "done_bear": {
      "url": "https://mcp.donebear.com/mcp",
      "transport": "streamable-http"
    }
  }
}