Official AI Model Context Protocol server for Dart project management, providing prompts, resource templates, and tools for task and document management integration.
Get information about the user's space, including available assignees, dartboards, folders, statuses, tags, priorities, and sizes.
List tasks with optional filtering by assignee, status, dartboard, priority, due date, and more.
Create a new task with title, description, status, priority, size, dates, dartboard, assignees, tags, and parent task.
Retrieve an existing task by its ID.
Update an existing task's properties.
Move a task to the trash (recoverable).
Add a comment to an existing task.
List docs with optional filtering by folder, title, text content, and more.
Create a new doc with title, text content, and folder.
Retrieve an existing doc by its ID.
Update an existing doc's properties.
Move a doc to the trash (recoverable).
{
"mcpServers": {
"Dart": {
"command": "npx",
"args": ["-y", "dart-mcp-server@latest"],
"env": {
"DART_TOKEN": "dsa_..."
}
}
}
}