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
Generate a token. In the app, open your profile menu → Agent tokens → New token. Tokens are shown once — store them like a password. Team plans can issue shared team tokens.
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.
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
| Tool | What it does |
|---|---|
twigdo_list_projects | List your projects (name, progress, linked parents) |
twigdo_get_tree | Read a project's full task tree |
twigdo_add_task | Add a task or sub-task under any node |
twigdo_toggle_task | Mark a task complete / reopen it |
twigdo_rename_task | Rename any task |
twigdo_remove_task | Remove a task (and its branch) |
twigdo_set_due_date | Set or clear due dates and reminders |
Scope & safety
- Tokens are scoped per account and can be revoked anytime from the same menu.
- Agents only see what you can see — collaborator and task-scoped restrictions apply to tokens too.
- Every agent change lands in your undo history and syncs like a normal edit.
The connector is in beta and rolls out with Solo Pro and Team Block plans. See pricing →