development
documentation
public
AI
project management
What is Dart?
Interact with task, doc, and project data in [Dart](https://itsdart.com), an AI-native project management tool
Documentation
Features# Prompts
create-task: Create a new task in Dart with title, description, status, priority, and assigneecreate-doc: Create a new document in Dart with title, text content, and foldersummarize-tasks: Get a summary of tasks with optional filtering by status and assignee
Resource templates
dart-config:: Configuration information about the user's spacedart-task:///{taskId}: Detailed information about specific tasksdart-doc:///{docId}: Detailed information about specific docs
Tools## Task management
get_config: Get information about the user's spacelist_tasks: List tasks with optional filteringcreate_task: Create a new taskget_task: Retrieve an existing taskupdate_task: Update an existing task's propertiesdelete_task: Move a task to the trashadd_task_comment: Add a comment to an existing task
Document management
list_docs: List docs with optional filteringcreate_doc: Create a new docget_doc: Retrieve an existing docupdate_doc: Update an existing doc's propertiesdelete_doc: Move a doc to the trash
Setup
The easiest way to run the MCP server is with npx, but a Docker setup is also available.
Server Config
{
"mcpServers": {
"dart-server": {
"command": "npx",
"args": [
"dart"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
May 23, 2025
Updated At:
Aug 07, 2025
Author:
Dart AI Team
Category:
official
License:
MIT License
Tags:
development
documentation
public