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/mcpRun
claudeand then run/mcpwithin Claude CodeSelect the
DartMCP server and then selectAuthenticateClick 'Allow' on the next screen
Claude Desktop
If you are using a paid version of Claude:
Go to Settings > Connectors and click 'Add custom connector'
Put in
Dartas the Name andhttps://mcp.dartai.com/mcpas the URLClick 'Add', then click 'Allow' on the next screen
If you are on a free version or don't have access to custom connectors, then instead you should:
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
