An MCP server that makes Flutter/Dart codebases instantly understandable to AI agents. Instead of spending 60,000+ tokens exploring a project every session, the agent queries pre-analyzed context through 6 tools — reducing orientation costs by 90%. Built on the flutter_project_structure Dart package (pub.dev). Supports real-time file watching with --watch mode.
Server Config
{
"mcpServers": {
"flutter-project-structure": {
"command": "dart",
"args": [
"run",
"flutter_project_structure",
"mcp-server",
"--watch"
]
}
}
}