From aa12ceefe79730d91adb645d82b1253c07dc9ee1 Mon Sep 17 00:00:00 2001 From: telsav Date: Sat, 14 Feb 2026 10:22:00 +0300 Subject: [PATCH] Add flutter-skill: AI E2E testing MCP server for 8 platforms --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d7088fa..695bcfd 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,7 @@ MCP 客户端是 AI 的“操作台”,以下是几个热门选择: | [browsermcp/mcp](https://github.com/browsermcp/mcp) | 自动化本地 Chrome 浏览器。 | 社区实现, TypeScript 开发 📇, 本地运行 🏠. | | [co-browser/browser-use-mcp-server](https://github.com/co-browser/browser-use-mcp-server) | 将 browser-use 打包为带 SSE 传输的 MCP 服务器,含 Dockerfile。 | 社区实现, Python 开发 🐍. | | [executeautomation/playwright-mcp-server](https://github.com/executeautomation/mcp-playwright) | 使用 Playwright 进行浏览器自动化和网页抓取的 MCP 服务器。 | 社区实现, TypeScript 开发 📇. | +| [flutter-skill](https://github.com/ai-dashboad/flutter-skill) | AI驱动的E2E测试MCP服务器,支持Flutter、iOS、Android、Web、Electron、Tauri、KMP、React Native、.NET MAUI等8个平台。 | 社区实现, Dart 开发, E2E跨平台测试。 | | [eyalzh/browser-control-mcp](https://github.com/eyalzh/browser-control-mcp) | 与浏览器扩展配对,使 LLM 客户端能控制用户的 Firefox 浏览器。 | 社区实现, TypeScript 开发 📇, 本地运行 🏠. | | [getrupt/ashra-mcp](https://github.com/getrupt/ashra-mcp) | 从任何网站提取结构化数据,只需提示即可获得 JSON。 | 社区实现, Python 开发 🐍, 本地运行 🏠. | | [kimtth/mcp-aoai-web-browsing](https://github.com/kimtth/mcp-aoai-web-browsing) | 使用 Azure OpenAI 和 Playwright 的最小化 MCP 服务器/客户端实现。 | 社区实现, Python 开发 🐍, 本地运行 🏠. |