MCP.so
Sign In
C

Cleanbev Mcp

@koukibadr

About 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.

Basic information

Category

Other

Transports

stdio

Publisher

koukibadr

Submitted by

Kouki Badr

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "cleanbev-mcp": {
      "command": "uvx",
      "args": [
        "cleanbev-mcp"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is 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.

How to use Cleanbev Mcp?

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.

Key features of Cleanbev Mcp

  • 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

Use cases of Cleanbev Mcp

  • AI assistant checks if a directory is a valid Flutter project
  • AI assistant scans and removes unused assets in a Flutter project
  • Automating Flutter project maintenance via an AI agent

FAQ from Cleanbev Mcp

What does the server do?

It wraps the cleanbev Dart CLI, allowing AI assistants to clean up unused Flutter assets.

What are the prerequisites?

Dart SDK must be on PATH, and cleanbev must be globally activated via dart pub global activate cleanbev.

What tools does Cleanbev Mcp expose?

Two tools: verify_flutter_project (validates a directory as a Flutter project) and f_cleanbev_tool (runs cleanbev to detect and remove unused assets).

Comments

More Other MCP servers