Dart logo

Dart

Free

Dart 官方集成,与 AI 原生项目管理工具 Dart 中的任务、文档、项目数据交互。

FreeFree tier
Type
Open Source
Company
Dart

About Dart

The Dart MCP Server is the official AI Model Context Protocol (MCP) server for Dart, an AI-native project management tool. It enables AI assistants to interact with tasks, documents, and project data through a set of prompts, resource templates, and tools. The server provides comprehensive task management (create, read, update, delete, comment) and document management (list, create, get, update, delete) capabilities, all with input validation and structured JSON responses. It can be set up using npx or Docker, and is compatible with AI clients like Claude Desktop, Claude Code, Cursor, Cline, and Windsurf. Note: the local MCP server is deprecated in favor of a hosted version.

Key Features

Task management tools (CRUD + comments) with filtering and structured responses
Document management tools (list, create, get, update, delete)
Prompts for common AI actions (create task, create doc, summarize tasks)
Resource templates for tasks and documents (dart-task://, dart-doc://, dart-config)
Setup via npx or Docker for easy integration
Comprehensive input validation and structured JSON responses
Compatible with Claude Desktop, Claude Code, Cursor, Cline, Windsurf and other MCP clients

Pros & Cons

Pros
  • Official integration with the Dart AI-native project management platform
  • Covers both task and document management in a single MCP server
  • Easy setup with npx or Docker, no complex configuration
  • Open source under MIT license
  • Supports popular AI clients like Claude Desktop, Cursor, and Windsurf
Cons
  • Local MCP server is deprecated in favor of the hosted Dart MCP server
  • Requires a Dart account and authentication token to use
  • Limited to the Dart ecosystem and its data model

Best For

Integrate AI assistants with Dart project management to automate task creation and updatesEnable AI to retrieve and summarize task and document informationManage projects programmatically through natural language interactionsStreamline workflows by connecting Dart to AI-powered developer tools

FAQ

Is the local MCP server deprecated?
Yes, the Dart local MCP server is deprecated in favor of the simplified and improved hosted Dart MCP server. Users are advised to configure the hosted version using the provided instructions.
What tools does the Dart MCP server provide?
It provides task management tools (get_config, list_tasks, create_task, get_task, update_task, delete_task, add_task_comment) and document management tools (list_docs, create_doc, get_doc, update_doc, delete_doc).
How can I set up the Dart MCP server?
The server can be set up using npx (recommended) or Docker. Configuration details are provided in the repository for clients like Claude Desktop, Claude Code, Cursor, Cline, and Windsurf.