Dart

v0.2.1Developer Toolsstable

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

aidartmcpserverprojectmanagement
Share:
127
Stars
0
Downloads
0
Weekly
0/5

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

Expose Dart SDK commands to AI agents
Enable AI-powered Dart development
Support Flutter and Dart workflows
its-dart

Maintainer

LicenseMIT License
Languagetypescript
Versionv0.2.1
UpdatedMay 12, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y dart-mcp-server

Manual Installation

npx -y dart-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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)
1

Get your Dart API token

Log into app.dartai.com, go to Account Settings, and copy your personal API token. It starts with 'dsa_'.

2

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@latest
3

Or configure manually in your MCP client config file

Add the server entry to your MCP configuration file for Claude Desktop, Cursor, Cline, or Windsurf.

4

Restart your MCP client

After saving the configuration, restart Claude Desktop or reload your editor so it picks up the new server entry.

5

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.

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.

Quick Config Preview

{ "mcpServers": { "dart-mcp-server": { "command": "npx", "args": ["-y", "dart-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides