Flutter Tools MCP Server
@dkpoulsen
About Flutter Tools MCP Server
flutter mcp server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"flutter-tools": {
"command": "node",
"args": [
"/path/to/flutter-tools/build/index.js"
],
"env": {}
}
}
}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 Flutter Tools MCP Server?
The Flutter Tools MCP Server provides tools for interacting with the Flutter SDK. It offers two main tools: get_diagnostics and apply_fixes for analyzing and fixing Dart/Flutter files. It is intended for developers using MCP‑enabled clients who need to inspect or repair Flutter projects.
How to use Flutter Tools MCP Server?
Ensure the Flutter SDK is installed and in your PATH. Add the server configuration to your MCP settings file, using the node command and the path to the compiled build/index.js. Start the MCP server, then invoke the get_diagnostics or apply_fixes tools on a Dart/Flutter file.
Key features of Flutter Tools MCP Server
- Get diagnostics for a Dart/Flutter file with
get_diagnostics. - Apply Dart fix suggestions to a file with
apply_fixes. - Integrates with MCP for AI‑assisted development workflows.
- Written in TypeScript and compiled to JavaScript.
Use cases of Flutter Tools MCP Server
- Run diagnostics on a Flutter source file to identify linting or type issues.
- Automatically apply recommended fixes to a Dart/Flutter file to resolve warnings or errors.
FAQ from Flutter Tools MCP Server
What tools does Flutter Tools MCP Server provide?
It provides two tools: get_diagnostics for retrieving diagnostics and apply_fixes for applying Dart fix suggestions to a Dart/Flutter file.
How do I install Flutter Tools MCP Server?
Add a configuration entry to your MCP settings file with command: "node" and args pointing to the compiled build/index.js file. The Flutter SDK must be available in your PATH.
What dependencies does Flutter Tools MCP Server require?
It depends on @modelcontextprotocol/sdk, node-pty, and which packages.
Does Flutter Tools MCP Server need the Flutter SDK?
Yes, the Flutter SDK must be installed and accessible in your system’s PATH for the tools to work.
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Awesome Mlops
visengerA curated list of references for MLOps
Comments