Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From ufil
Runs a local Dart MCP server via the `dart mcp-server` command, enabling Dart-related tool and resource interactions.
npx claudepluginhub ghozimahdi/gm-claude-plugins --plugin ufilCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"dart-flutter": {
"command": "dart",
"args": [
"mcp-server"
]
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
dartCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.