Dart MCP ServerServer

egyleader
GitHub
DartAIDevelopment

Loading subscription status...

💡 Description

A decentralized Model Context Protocol (MCP) server that exposes Dart SDK commands for AI-assisted development. This server bridges the gap between AI coding assistants and Dart/Flutter development workflows by implementing the Model Context Protocol (MCP).

📝 JSON Entries

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

🛠️ Tools

dart-analyzedart-compiledart-createdart-docdart-formatdart-infodart-fixdart-package

Features

  • Intelligent path handling
  • Automatic detection of Dart/Flutter projects
  • Cross-platform support

💬 Example Queries

  • Analyze Dart code for errors and warnings.
  • Compile Dart code to a specific format.
  • Create a new Dart project from a template.