Dart
Interact with task, doc, and project data in Dart, an AI-native project management tool
Ads
Overview
Dart is Project Management powered by AI. > [!WARNING] > The Dart local MCP server is deprecated in favor of the simplified and improved hosted Dart MCP server, which you can configure with these instructions. - Features - Prompts - Resource templates - Tools - Task management - Document management - Setup - Find the MCP settings file for the client - Claude Desktop - Claude Code - Cursor - Cline - Windsurf - Any other client - Set up the MCP server - Variant: setup with Docker - Help and Resources - Contributing - License
Installation
claude mcp add dart -e DART_TOKEN=dsa_... -- npx -y dart-mcp-server@latest
Configuration
{
"mcpServers": {
"Dart": {
"command": "npx",
"args": ["-y", "dart-mcp-server@latest"],
"env": {
"DART_TOKEN": "dsa_..."
}
}Capabilities
- List and filter tasks
Ask your assistant to retrieve tasks using `list_tasks` with filters for assignee, status, dartboard, priority, or due date.
- Create a task
Have the assistant create a new task via `create_task`, setting its title, description, status, priority, assignees, and tags.
- Update an existing task
Modify any property of a task through `update_task`, such as changing its status, priority, or assignee.
- Add a comment to a task
Use `add_task_comment` to post a comment on a specific task directly from the conversation.
- Manage documents
Create, retrieve, update, or delete docs using `create_doc`, `get_doc`, `update_doc`, and `delete_doc`.
- Retrieve space configuration
Use `get_config` to fetch available assignees, dartboards, statuses, tags, priorities, and sizes.
Tags
- project-management
- task-management
- ai-agent
- productivity
Related MCP servers
Cua
OfficialMCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Notion MCP
OfficialOfficial Notion MCP server for searching, reading, creating, and updating Notion pages, databases, and workspace content from AI agents.
Notion MCP Server
Search pages, read blocks, and create content in Notion workspaces.
Laravel Boost
OfficialLaravel Boost is an MCP server equipped with over 15 specialized tools designed to streamline AI-assisted coding workflows.