Dart MCP ServerServer

integrations
GitHub
DartMCP ServerAI Development

Loading subscription status...

💡 Description

A distributable Model Context Protocol (MCP) server that exposes Dart SDK commands for AI-powered development, bridging the gap between AI coding assistants and Dart/Flutter development workflows.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Dart MCP Server": {
        "env": {},
        "args": [
          "--help"
        ],
        "command": "dart"
      }
    }
  ]
}

🛠️ Tools

Dart SDKFlutter SDK

Features

  • Integration with Dart SDK
  • AI-powered code analysis
  • Task management tools for Dart projects

💬 Example Queries

  • Run a Dart code snippet and show the result
  • Analyze and provide fixes for Dart files