MCP Connector BETA · Pro & Team

The TwigDo MCP connector lets your AI agents read and update your task trees directly. Point Claude Code, Kimi, Hermes Agent, or any MCP-compatible client at your account and it can list projects, inspect branches, add tasks, check things off and keep your tree moving — while you see every change live in the app.

How it works

1

Generate a token. In the app, open your profile menu → Agent tokensNew token. Tokens are shown once — store them like a password. Team plans can issue shared team tokens.

2

Add the server to your agent. The connector speaks MCP over Streamable HTTP at https://mcp.twigdo.com/mcp, authenticated with your token as a Bearer header.

3

Ask in plain language. "Add a launch checklist to my Marketing project", "What's overdue across my trees?", "Mark the landing page task done."

Client configuration

Claude Code:

claude mcp add --transport http twigdo https://mcp.twigdo.com/mcp \
  --header "Authorization: Bearer twig_your_token_here"

Kimi, Hermes, or any MCP client (JSON config):

{
  "mcpServers": {
    "twigdo": {
      "type": "http",
      "url": "https://mcp.twigdo.com/mcp",
      "headers": {
        "Authorization": "Bearer twig_your_token_here"
      }
    }
  }
}

Available tools

ToolWhat it does
twigdo_list_projectsList your projects (name, progress, linked parents)
twigdo_get_treeRead a project's full task tree
twigdo_add_taskAdd a task or sub-task under any node
twigdo_toggle_taskMark a task complete / reopen it
twigdo_rename_taskRename any task
twigdo_remove_taskRemove a task (and its branch)
twigdo_set_due_dateSet or clear due dates and reminders

Scope & safety

The connector is in beta and rolls out with Solo Pro and Team Block plans. See pricing →