# Dart MCP Server

Bridge the gap between AI coding assistants and Dart/Flutter development workflows. Utilize powerful Dart SDK commands to analyze, compile, and manage your Dart projects seamlessly. Experience intell…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add egyleader/dart-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list egyleader/dart-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get egyleader/dart-mcp dart-analyze

# Call a tool
npx -y @smithery/cli@latest tool call egyleader/dart-mcp dart-analyze '{}'
```

## Tools (10)

- `dart-analyze`
- `dart-compile`
- `dart-create`
- `dart-doc`
- `dart-fix`
- `dart-format`
- `dart-info`
- `dart-package`
- `dart-run`
- `dart-test`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get egyleader/dart-mcp <tool-name>
```

---

License: MIT
