Dart
A distributable Model Context Protocol (MCP) server that exposes Dart SDK commands for AI-powered development. This server bridges the gap between AI coding assistants and Dart/Flutter development workflows by implementing the Model Context Protocol
What is Dart?
Dart is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to distributable model context protocol (mcp) server that exposes dart sdk commands for ai-powered development. this server bridges the gap between ai coding assistants and dart/flutter development workf...
A distributable Model Context Protocol (MCP) server that exposes Dart SDK commands for AI-powered development. This server bridges the gap between AI coding assistants and Dart/Flutter development workflows by implementing the Model Context Protocol
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- A distributable Model Context Protocol (MCP) server that exp
Use Cases
Maintainer
Works with
Installation
NPM
npx -y dart-mcp-serverManual Installation
npx -y dart-mcp-serverConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Dart
Dart MCP Server is a distributable Model Context Protocol server that bridges AI coding assistants with Dart project management platform (dartai.com), exposing task and document management operations through a standardized interface. It allows AI agents in Claude Code, Cursor, Cline, Windsurf, and other MCP-compatible clients to list, create, update, and delete tasks and documents directly inside Dart workspaces without leaving the coding environment. The server was originally local but is now backed by the hosted Dart API, meaning all data is synced to the Dart cloud in real time.
Prerequisites
- Node.js with npx (v16 or later recommended)
- A Dart account at app.dartai.com
- A Dart API token starting with 'dsa_' — obtain it from your Dart account settings
- An MCP-compatible client (Claude Code, Claude Desktop, Cursor, Cline, or Windsurf)
Get your Dart API token
Log into app.dartai.com, go to Account Settings, and copy your personal API token. It starts with 'dsa_'.
Add the server to Claude Code (quickest method)
Use the Claude Code CLI to add the Dart MCP server in a single command, passing your token as an environment variable.
claude mcp add dart -e DART_TOKEN=dsa_your_token_here -- npx -y dart-mcp-server@latestOr configure manually in your MCP client config file
Add the server entry to your MCP configuration file for Claude Desktop, Cursor, Cline, or Windsurf.
Restart your MCP client
After saving the configuration, restart Claude Desktop or reload your editor so it picks up the new server entry.
Verify the connection
Ask your AI assistant to list your current Dart tasks. A successful response confirms the token is valid and the server is running.
Dart Examples
Client configuration
Add this block to your claude_desktop_config.json or equivalent MCP settings file. Replace the token value with your real Dart API token.
{
"mcpServers": {
"Dart": {
"command": "npx",
"args": ["-y", "dart-mcp-server@latest"],
"env": {
"DART_TOKEN": "dsa_your_token_here"
}
}
}
}Prompts to try
Once connected, you can manage Dart tasks and documents directly from your AI assistant.
- "List all my open tasks in Dart"
- "Create a new task titled 'Implement OAuth login' with high priority"
- "Mark the task about database migrations as completed"
- "Show me the contents of the architecture design doc in Dart"
- "Add a comment to the API refactor task: 'Blocked on upstream dependency'"Troubleshooting Dart
Authentication error: invalid or expired DART_TOKEN
Regenerate your token from app.dartai.com account settings. Ensure the token starts with 'dsa_' and is pasted without extra spaces in the env block of your config file.
npx fails to download dart-mcp-server
Check your internet connection and Node.js version (16+ required). Run 'npm cache clean --force' then retry. If behind a corporate proxy, set the HTTPS_PROXY environment variable.
Tasks or documents are not showing up
The server connects to the hosted Dart API — confirm your Dart workspace has data by logging into app.dartai.com directly. If your organization uses a different workspace, ensure DART_TOKEN belongs to that workspace's account.
Frequently Asked Questions about Dart
What is Dart?
Dart is a Model Context Protocol (MCP) server that distributable model context protocol (mcp) server that exposes dart sdk commands for ai-powered development. this server bridges the gap between ai coding assistants and dart/flutter development workflows by implementing the model context protocol It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Dart?
Install via npm with the command: npx -y dart-mcp-server. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).
Which AI clients work with Dart?
Dart works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Dart free to use?
Yes, Dart is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.
Dart Alternatives — Similar Developer Tools Servers
Looking for alternatives to Dart? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Dart in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Dart?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.