← donebear.com

INDIVIDUAL MCP TOOL

task_add

Create a new task.

donebear.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.donebear.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for task_add and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

donebear.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.donebear]
url = "https://mcp.donebear.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "donebear": {
      "type": "http",
      "url": "https://mcp.donebear.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: donebear
Remote MCP URL: https://mcp.donebear.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "donebear": {
      "url": "https://mcp.donebear.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "donebear": {
      "type": "http",
      "url": "https://mcp.donebear.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "donebear",
  "transport": "streamable-http",
  "url": "https://mcp.donebear.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • 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.
  • get_context — Get a snapshot of the current workspace: task counts per view, recent open tasks, and every project, label, team and member.
  • task_list — List tasks in the workspace, most recently updated first.
  • task_show — Get full details for a single task: its fields, labels and checklist items, by workspace-scoped task number.
  • task_edit — Update fields on one task (`task`) or on several at once (`tasks`, max 50).
  • task_done — Mark a task as complete, or several at once with `tasks` (max 50).
  • task_reopen — Reopen a completed task, or several at once with `tasks` (max 50).
  • task_archive — Archive a task, or several at once with `tasks` (max 50).