Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Flutter Senior

FreeNot checked

Provides Flutter best practices, code analysis, and state management recommendations for senior developers.

GitHubEmbed

About

Provides Flutter best practices, code analysis, and state management recommendations for senior developers.

README

A Model Context Protocol (MCP) server designed for Flutter senior developers, providing high-quality resources, code analysis tools, and architectural guidance.

Features

  • Resources: In-depth markdown guides on Flutter best practices, architecture patterns, design systems, deployment, and testing.
  • Tools:
    • analyze_flutter_code: Analyzes Dart/Flutter code for anti-patterns and improvement opportunities.
    • suggest_state_management: Recommends the best state management solution based on project complexity and team experience.
  • Optimized: Multi-stage Docker build resulting in a minimal 18.2 MB image.

Getting Started

Prerequisites

  • Docker installed on your machine.
  • An MCP-compatible client (like Antigravity).

Running with Docker

  1. Pull the image:

    docker pull lvmp7/mcp-flutter-senior:latest
    
  2. Run the container: The server communicates via stdio, so it should be launched by your LLM client.

Manual Configuration

To use this server in your MCP client (e.g., mcp_config.json), add the following entry:

{
  "mcpServers": {
    "flutter-senior": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "lvmp7/mcp-flutter-senior:latest"
      ]
    }
  }
}

Local Development

Requirements

  • Go 1.23 or higher

Build and Run

  1. Initialize and tidy modules:

    go mod tidy
    
  2. Run locally:

    go run main.go
    
  3. Build image locally:

    docker build -t lvmp7/mcp-flutter-senior:latest .
    

License

MIT

from github.com/lvmp/mcp-flutter-senior

Installing Flutter Senior

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/lvmp/mcp-flutter-senior

FAQ

Is Flutter Senior MCP free?

Yes, Flutter Senior MCP is free — one-click install via Unyly at no cost.

Does Flutter Senior need an API key?

No, Flutter Senior runs without API keys or environment variables.

Is Flutter Senior hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Flutter Senior in Claude Desktop, Claude Code or Cursor?

Open Flutter Senior on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Flutter Senior with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs