Dart's Claude integration allows you to create, edit, and view tasks and documents directly through Claude's desktop app without even having to open up Dart. (Note that you must use the desktop app as this doesn't work through the browser.)
Capabilities
The Dart MCP server comes with a variety of preconfigured prompts and tools for task and doc management.
To get started, ask your chat something like "What can the Dart MCP do" and go from there. Some great prompts include
"Record an action item to review the new designs"
"Show my tasks in a table"
"Help me make a doc for a job description"
"Mark today's highest priority task as doing"
Setup
Claude Code
Run
claude mcp add --transport http Dart https://mcp.dartai.com/mcp
Run
claude
and then run/mcp
within Claude CodeClick 'Allow' on the next screen
Claude Desktop
Go to Settings > Connectors and click 'Add custom connector'
Put in
Dart
as the Name andhttps://mcp.dartai.com/mcp
as the URLClick 'Add', then click 'Allow' on the next screen
If you don't see these settings
Directly open the MCP config file under Settings > Developer
Click 'Edit Config', then add
{
"mcpServers": {
"Dart": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.dartai.com/mcp"]
}
}
}Click 'Allow' on the next screen