MCP.so
登录

Flutter Tools MCP Server

@dkpoulsen

关于 Flutter Tools MCP Server

flutter mcp server

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

dkpoulsen

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "flutter-tools": {
      "command": "node",
      "args": [
        "/path/to/flutter-tools/build/index.js"
      ],
      "env": {}
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器