MCP.so
Sign In

Flutter Tools MCP Server

@dkpoulsen

About Flutter Tools MCP Server

flutter mcp server

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

dkpoulsen

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.

Comments

More Other MCP servers