Flutter Tools MCP Server
플러터 도구 MCP 서버
개요
flutter-tools MCP 서버는 Flutter SDK와 상호 작용하는 데 필요한 도구를 제공합니다. get_diagnostics 와 apply_fixes 두 가지 주요 도구를 제공하며, 이 도구들은 Dart/Flutter 파일을 분석하고 수정하는 데 도움이 됩니다.
Related MCP server: Pub.dev MCP Server
도구
진단 받기
설명: 파일에 대한 Flutter/Dart 진단을 받습니다.
입력 스키마:
지엑스피1
사용 예:
{
"name": "get_diagnostics",
"arguments": {
"file": "/path/to/your/file.dart"
}
}적용_수정
설명: Dart 수정 제안을 파일에 적용합니다.
입력 스키마:
{
"type": "object",
"properties": {
"file": {
"type": "string",
"description": "Path to the Dart/Flutter file"
}
},
"required": ["file"]
}사용 예:
{
"name": "apply_fixes",
"arguments": {
"file": "/path/to/your/file.dart"
}
}종속성
@modelcontextprotocol/sdk: ^1.0.0node-pty: ^1.0.0which: ^4.0.0
개발 종속성
@types/node: ^18.19.0@types/which: ^3.0.3typescript: ^5.3.3
스크립트
build: TypeScript 코드를 컴파일하고 컴파일된 JavaScript 파일에 대한 실행 권한을 설정합니다.prepare:build스크립트를 실행합니다.watch: TypeScript 코드를 컴파일하고 변경 사항을 감시하며 자동으로 다시 컴파일합니다.
설치
MCP 서버를 설치하려면 MCP 설정 파일에 다음 구성을 추가하세요.
{
"mcpServers": {
"flutter-tools": {
"command": "node",
"args": ["/path/to/flutter-tools/build/index.js"],
"env": {}
}
}
}/path/to/flutter-tools/build/index.js 컴파일된 JavaScript 파일의 실제 경로로 바꿉니다.
용법
Flutter SDK가 설치되어 있고 PATH에서 사용할 수 있는지 확인하세요.
구성된 명령을 사용하여 MCP 서버를 시작합니다.
필요에 따라
get_diagnostics및apply_fixes도구를 사용합니다.
예
node /path/to/flutter-tools/build/index.jsTool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Manage files and folders directly from your workspace. Read and write files, list directories, cre…
The official Svelte MCP server providing docs and autofixing tools for Svelte development
Provides tools for searching Google Workspace documentation and much more.
Get up-to-date, version-specific documentation and code examples from official sources directly in…
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides advanced Flutter development tools via Model Context Protocol with features including widget analysis, documentation search, performance optimization, and code generation.19-
- AlicenseAqualityCmaintenanceEnables AI assistants to search, analyze, and retrieve detailed information about Dart and Flutter packages from pub.dev. Supports package discovery, version management, dependency analysis, and documentation access.6225MIT
- AlicenseCqualityCmaintenanceEnables comprehensive control of Android devices via ADB for Flutter development, UI testing, and visual QA workflows. Provides 60+ tools for device management, UI inspection, app testing, performance profiling, and debugging through natural language.77MIT
- FlicenseNot gradedqualityDmaintenanceProvides Flutter best practices, code analysis, and state management recommendations for senior developers.-
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dkpoulsen/flutter-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server