# 10x Productivity Hack: Integrating Cursor with Dart AI MCP
## Leveraging AI to Streamline Your Development Workflow
In today’s fast-paced development environment, finding ways to boost productivity while maintaining organization is crucial. This powerful integration between Cursor (an AI-powered code editor) and Dart AI (a project management tool) demonstrates how natural language is transforming software development, allowing developers to work at higher levels of abstraction.
## What This Integration Offers
The workflow showcased in this tutorial allows developers to:
1. Plan applications in a Kanban-style board
2. Seamlessly move tasks through the development lifecycle
3. Automatically update task statuses and details
4. Add tasks on the fly and process them when ready
As Andrej Karpathy recently noted, “English is the hottest new programming language” – this integration perfectly demonstrates this shift toward natural language programming.
## Setting Up the Integration
### Step 1: Create a Dart AI Account
– Sign up for a free Dart AI account
– Create a space and a “dartboard” for your project
– Add tasks with detailed descriptions
### Step 2: Set Up MCP Integration
– Go to Dart AI settings → Claude → MCP protocol
– Copy the configuration code
– In Cursor, use Command+Shift+P to access settings
– Add a new global MCP server with the Dart configuration
– Get your authentication token from Dart AI account settings
– Paste the token into your configuration and save
### Step 3: Define Custom Rules (Optional)
Create a “cursor-rules” file with instructions for how Cursor should interact with Dart AI, such as:
– Updating all actions to Dart AI via MCP
– Moving tasks from “to-do” to “doing” to “complete”
– Updating descriptions at each stage
– Any other workflow preferences
## The Workflow in Action
Once set up, the integration enables a seamless development experience:
1. **Task Planning**: Add tasks to your Dart AI board with detailed descriptions
2. **Task Execution**: Ask Cursor to “kick off” a specific task or the next task in line
3. **Automatic Updates**: Cursor will:
– Move the