MCP server for autonomous Flutter dev. 100 tools, 4-tier test suite, multi-project loop. RAG-aware (hybrid retrieval + CRAG + Reflexion + Voyager skill library). Companion to rag-search course.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"flutter-dev-agents": {
"command": "uvx",
"args": [
"flutter-dev-agents"
]
}
}
}
Run in terminal:
claude mcp add flutter-dev-agents uvx flutter-dev-agents
Add to .cursor/mcp.json:
{
"mcpServers": {
"flutter-dev-agents": {
"command": "uvx",
"args": [
"flutter-dev-agents"
]
}
}
}
Or install with pip: pip install flutter-dev-agents