Flutter Tools MCP Server
@dkpoulsen
Flutter Tools MCP Server について
flutter mcp server
基本情報
設定
以下の設定を使って、このサーバーを 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.
「その他」の他のコンテンツ
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!

EverArt
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント