DA

Dart

Created 10 months ago

Dart MCP Server is Project Management powered by AI.

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 assignee
  • create-doc: Create a new document in Dart with title, text content, and folder
  • summarize-tasks: Get a summary of tasks with optional filtering by status and assignee

Resource templates

  • dart-config:: Configuration information about the user's space
  • dart-task:///{taskId}: Detailed information about specific tasks
  • dart-doc:///{docId}: Detailed information about specific docs

Tools## Task management

  • get_config: Get information about the user's space
  • list_tasks: List tasks with optional filtering
  • create_task: Create a new task
  • get_task: Retrieve an existing task
  • update_task: Update an existing task's properties
  • delete_task: Move a task to the trash
  • add_task_comment: Add a comment to an existing task

Document management

  • list_docs: List docs with optional filtering
  • create_doc: Create a new doc
  • get_doc: Retrieve an existing doc
  • update_doc: Update an existing doc's properties
  • delete_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

Repository: github.com
Hosted: Yes
Global: Yes
Official: Yes

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