mcp-flutter-senior
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-flutter-seniorRecommend state management for a complex Flutter app"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Flutter Senior (Go implementation)
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.
Related MCP server: Flutter MCP Service
Getting Started
Prerequisites
Docker installed on your machine.
An MCP-compatible client (like Antigravity).
Running with Docker
Pull the image:
docker pull lvmp7/mcp-flutter-senior:latestRun 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
Initialize and tidy modules:
go mod tidyRun locally:
go run main.goBuild image locally:
docker build -t lvmp7/mcp-flutter-senior:latest .
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Coding guidelines and best-practice guides for 130+ languages, frameworks, and tools.
Flaky test detection, root cause analysis, and fix suggestions for development teams.
Ship better Java with your coding agent.
Evidence-backed architecture-quality analysis for Python agent applications.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables interaction with the Flutter SDK by providing tools to analyze and apply fixes to Dart and Flutter files.8-
- FlicenseNot gradedqualityDmaintenanceProvides advanced Flutter development tools via Model Context Protocol with features including widget analysis, documentation search, performance optimization, and code generation.19-
- FlicenseBqualityBmaintenanceProvides Flutter and Dart reference data, code generation, live API lookups, and a verified sample corpus for AI coding assistants, enabling efficient Flutter development with accurate guidance and boilerplate generation.14-
- AlicenseBqualityBmaintenanceLocal-first MCP server providing deterministic Flutter/Dart static analysis, knowledge search, and project review with structured insights and confidence-based findings over an indexed SQLite store of official repositories.246 npmMIT