Flutter Tools MCP Server
Servidor MCP de Flutter Tools
Descripción general
El servidor MCP flutter-tools proporciona herramientas para interactuar con el SDK de Flutter. Ofrece dos herramientas principales: get_diagnostics y apply_fixes . Estas herramientas ayudan a analizar y corregir archivos de Dart/Flutter.
Related MCP server: Pub.dev MCP Server
Herramientas
obtener_diagnósticos
Descripción: Obtenga diagnósticos de Flutter/Dart para un archivo.
Esquema de entrada:
{
"type": "object",
"properties": {
"file": {
"type": "string",
"description": "Path to the Dart/Flutter file"
}
},
"required": ["file"]
}Ejemplo de uso:
{
"name": "get_diagnostics",
"arguments": {
"file": "/path/to/your/file.dart"
}
}aplicar_correcciones
Descripción: Aplicar sugerencias de corrección de Dart a un archivo.
Esquema de entrada:
{
"type": "object",
"properties": {
"file": {
"type": "string",
"description": "Path to the Dart/Flutter file"
}
},
"required": ["file"]
}Ejemplo de uso:
{
"name": "apply_fixes",
"arguments": {
"file": "/path/to/your/file.dart"
}
}Dependencias
@modelcontextprotocol/sdk: ^1.0.0node-pty: ^1.0.0which: ^4.0.0
Dependencias de desarrollo
@types/node: ^18.19.0@types/which: ^3.0.3typescript: ^5.3.3
Guiones
build: compila el código TypeScript y establece los permisos ejecutables en el archivo JavaScript compilado.prepare: ejecuta el scriptbuild.watch: compila el código TypeScript y observa los cambios, recompilándolo automáticamente.
Instalación
Para instalar el servidor MCP, agregue la siguiente configuración a su archivo de configuración de MCP:
{
"mcpServers": {
"flutter-tools": {
"command": "node",
"args": ["/path/to/flutter-tools/build/index.js"],
"env": {}
}
}
}Reemplace /path/to/flutter-tools/build/index.js con la ruta real al archivo JavaScript compilado.
Uso
Asegúrese de que el SDK de Flutter esté instalado y disponible en su RUTA.
Inicie el servidor MCP utilizando el comando configurado.
Utilice las herramientas
get_diagnosticsyapply_fixessegún sea necesario.
Ejemplo
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