After a couple of months I finally released v3 of Flutter MCP Toolkit (which complimentary for official Dart / Flutter MCP server) + CLI tools to work.
With new release my goal was to support semantic understanding of layout and give ai agents tools to work with flutter apps and games as human would do (the same experience as playwright has with web): scroll, tap, get widgets etc.. - everything adapted for complete work via agent side by side.
All tools mostly baked by client side tools (this way agent / developer can control whats written, add new tools and resources - the same mechanism from v2 (made with dynamic registry - here is a link to docs )), some tools are not safe to use with production data (the same way as playwright do with js execute)
- also to make it more customizable and useful - I've extracted logic to separate packages - this way it can be used now as mvp server and as cli + added a bunch of skills and tools for coding agents to simplify process of work.
Also docs now has new website baked by docs.page - https://docs.page/arenukvern/mcp_flutter
Since there a lot of changes, there can be challenges and bugs, but I hopefully will fix everything as fast as it would be possible.
I will try to add more resources and tutorials soon during month:)
Huge thank you for contributors who inspired to make more (like web support) or contributed to the project in previous version!
Will be glad for any feedback and have a great day!:)
The video is an experiment made with hyperframes and kokoro onnyx as tts :)
GitHub: https://github.com/Arenukvern/mcp_flutter
website with docs for AI Agents and Humans: https://docs.page/arenukvern/mcp_flutter
Top comments (0)