Stats
Actions
Tags
From Dart and Flutter
Runs a local Dart MCP server providing Dart language analysis, code actions, and project introspection for Dart/Flutter projects.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"dart-mcp-server": {
"command": "dart",
"args": [
"mcp-server"
]
}
}
}Server configuration and connection parameters
dartCommand-line arguments passed to the server process
First indexed May 5, 2026
First indexed May 5, 2026
npx claudepluginhub flutter/agent-plugins --plugin dart-flutter