Interact with task, doc, and project data in Dart, an AI-native project management tool
Dart mcp server lets Claude, Cursor and other MCP clients work with Dart directly. Interact with task, doc, and project data in Dart, an AI-native project management tool.
Dart is Project Management powered by AI.
Once connected, the assistant can call these 5 tools directly:
Prompts — These prompts make it easy for AI assistants to perform common actions in Dart without needing to understand the underlying API detailsTools — The Tools tool exposed by this serverCursor — 1. Install Cursor as needed 2. Open the config file by opening Cursor, going into 'Cursor Settings' (not the normal VSCodeCline — 1. Install Cline in your IDE as needed 2. Open the config file by opening your IDE, opening the Cline sidebar, clicking the 'MCP Servers'Windsurf — 1. Install Windsurf as needed 2. Open the config file by opening Windsurf, going into 'Windsurf Settings' (not the normalThe server is distributed via npm as dart-mcp-server, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Before the server will start you need to supply one environment variable: DART_TOKEN. Keep credentials in your client's env block or a secrets manager rather than committing them.
Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Dart sits in that group, and the shape of its toolset — Prompts, Tools, Cursor among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| Prompts | These prompts make it easy for AI assistants to perform common actions in Dart without needing to understand the underlying API details. |
| Tools | The Tools tool exposed by this server. |
| Cursor | 1. [Install Cursor](https://www.cursor.com/downloads) as needed 2. Open the config file by opening Cursor, going into 'Cursor Settings' (not the normal VSCode IDE settings), opening the 'MCP' tab, and clicking the 'Add n |
| Cline | 1. [Install Cline](https://cline.bot/) in your IDE as needed 2. Open the config file by opening your IDE, opening the Cline sidebar, clicking the 'MCP Servers' icon button that is second from left at the top, opening the |
| Windsurf | 1. [Install Windsurf](https://windsurf.com/download) as needed 2. Open the config file by opening Windsurf, going into 'Windsurf Settings' (not the normal VSCode IDE settings), opening the 'Cascade' tab, and clicking the |
{
"mcpServers": {
"Dart": {
"command": "npx",
"args": ["-y", "dart-mcp-server@latest"],
"env": {
"DART_TOKEN": "dsa_..."
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| DART_TOKEN | Credential the server authenticates with. | Yes |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.