Cleanbev Mcp
About
cleanbev-mcp is an MCP server that wraps the cleanbev Dart CLI package, giving AI assistants direct access to Flutter project asset cleanup.
Details
- Author
- koukibadr
- Downloads
- 295
- Categories
- Other, Developer Tools
Jump to
- Wraps the cleanbev Dart CLI for asset cleanup
- Exposes verify_flutter_project tool
- Exposes f_cleanbev_tool to detect/remove unused assets
- Requires Dart SDK and cleanbev activation
- Designed for AI assistants managing Flutter projects
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Cleanbev McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Ensure the Dart SDK is on your PATH and run dart pub global activate cleanbev. The server exposes two tools: verify_flutter_project and f_cleanbev_tool.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"cleanbev mcp": {
"cleanbev-mcp": {
"command": "uvx",
"args": [
"cleanbev-mcp"
]
}
}
}
}
McpServers
{
"cleanbev-mcp": {
"command": "uvx",
"args": [
"cleanbev-mcp"
]
}
}
cleanbev-mcp is an MCP server that wraps the cleanbev Dart CLI package, giving AI assistants direct access to Flutter project asset cleanup.
Tools exposed:
- verify_flutter_project — checks if a directory is a valid Flutter project
- f_cleanbev_tool — runs cleanbev to detect and remove unused assets
Requirements: Dart SDK on PATH + dart pub global activate cleanbev
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





