Overview
Features
Prompts
Exposes prompts such as create-task, create-doc, and summarize-tasks to drive common Dart actions via AI without exposing API details.
Resource templates
Provides predefined references like dart-config:, dart-task:///{taskId}, and dart-doc:///{docId} to access and present data.
Task management tools
Offers a suite of task operations: get_config, list_tasks, create_task, get_task, update_task, delete_task, and add_task_comment.
Document management tools
Offers document operations: list_docs, create_doc, get_doc, update_doc, and delete_doc.
Input validation and JSON responses
Each tool validates inputs and returns structured JSON responses for reliable integration.
Local setup via npx
Easy local run using npx with authentication via your Dart profile and Node toolchain.
Docker setup variant
An alternative Docker-based setup with a provided docker run sequence for running the MCP server.
Client configuration guidance
Instructions to configure MCP servers in popular clients (Claude Desktop/Code, Cursor, Cline, Windsurf) and point them to the Dart MCP server.




