Dart AI

Dart AI

Dart AI Model Context Protocol (MCP) server.

3.6K

16 Tools

Packaged by
Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

Tools

NameDescription
add_task_commentAdd a comment to an existing task without modifying the task description. Comments support markdown formatting.
create_docCreate a new doc in Dart. You can specify title, text content, and folder.
create_taskCreate a new task in Dart. You can specify title, description, status, priority, size, dates, dartboard, assignees, tags, parent task, custom properties, and task relationships.
delete_docMove an existing doc to the trash, where it can be recovered if needed. Nothing else about the doc will be changed.
delete_taskMove an existing task to the trash, where it can be recovered if needed. Nothing else about the task will be changed.
get_configGet information about the user's space, including all of the possible values that can be provided to other endpoints. This includes available assignees, dartboards, folders, statuses, tags, priorities, sizes, and all custom property definitions.
get_dartboardRetrieve an existing dartboard by its ID. Returns the dartboard's information including title, description, and all tasks within it.
get_docRetrieve an existing doc by its ID. Returns the doc's information including title, text content, folder, and more.
get_folderRetrieve an existing folder by its ID. Returns the folder's information including title, description, and all docs within it.
get_taskRetrieve an existing task by its ID. Returns the task's information including title, description, status, priority, dates, custom properties, and more.
get_viewRetrieve an existing view by its ID. Returns the view's information including title, description, and all tasks within it.
list_docsList docs from Dart with optional filtering parameters. You can filter by folder, title, text content, and more.
list_task_commentsList comments from Dart with optional filtering parameters. You can filter by author, task, text content, dates, and more.
list_tasksList tasks from Dart with optional filtering parameters. You can filter by assignee, status, dartboard, priority, due date, and more.
update_docUpdate an existing doc. You can modify its title, text content, and folder.
update_taskUpdate an existing task. You can modify any of its properties including title, description, status, priority, dates, assignees, tags, custom properties, and task relationships.

Manual installation

You can install the MCP server using:

Installation for

Related servers