Dart MCP Server
JSON →An MCP server that exposes Dart SDK commands for AI-powered development.
Install
npx -y @smithery/cli Tools · 10
- dart-analyze Analyze Dart code for errors, warnings, and lints
- dart-compile Compile Dart to various formats (exe, AOT/JIT snapshots, JavaScript)
- dart-create Create new Dart projects from templates
- dart-doc Generate API documentation for Dart projects
- dart-fix Apply automated fixes to Dart source code
- dart-format Format Dart source code according to style guidelines
- dart-info Show diagnostic information about the installed Dart tooling
- dart-package Work with packages (get, add, upgrade, outdated, etc.)
- dart-run Run Dart programs with support for passing arguments
- dart-test Run tests with support for filtering and reporting options
Links
★ 6 GitHub stars