MCP Catalogs
Home

flutter-skill vs opentabs

Side-by-side comparison to help you pick between these two MCP servers.

flutter-skill
by ai-dashboad
opentabs
by opentabs-dev
Stars★ 252★ 579
30d uses
Score5253
Official
Categories
Developer ToolsAI / LLM ToolsBrowser Automation
Browser AutomationDeveloper ToolsProductivity
LanguageDartTypeScript
Last commit1 mo agothis month

flutter-skill · Summary

An AI-powered E2E testing tool for 10 platforms with 253 MCP tools, enabling testing from natural language without writing test code.

opentabs · Summary

Browser automation server that authenticates with web APIs through browser sessions, exposing 100+ plugins with ~2,000 tools.

flutter-skill · Use cases

  • Automated E2E testing across multiple platforms using natural language prompts
  • AI-driven bug detection and autonomous exploration of applications
  • Integration with AI assistants like Claude, Cursor, and Windsurf for development testing

opentabs · Use cases

  • Automating tasks across multiple web services without API keys
  • Building custom AI agents that interact with web applications
  • Creating workflows that integrate authenticated API calls

flutter-skill · Install

Installation

  1. **Install flutter-skill CLI:**
npm install -g flutter-skill
  1. **Add to your AI tool's MCP config (example for Claude Desktop):**
{
  "mcpServers": {
    "flutter-skill": {
      "command": "flutter-skill",
      "args": ["server"]
    }
  }
}
  1. **Add to your Flutter app** (2 lines of code):
import 'package:flutter_skill/flutter_skill.dart';

void main() {
  if (kDebugMode) FlutterSkillBinding.ensureInitialized();
  runApp(MyApp());
}

opentabs · Install

# Install CLI globally
npm install -g @opentabs-dev/cli

# Start the server
opentabs start
  1. Go to chrome://extensions/ in Chrome (enable Developer mode)
  2. Load the extension from ~/.opentabs/extension (Load unpacked)

For Claude Desktop, add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "opentabs": {
      "command": "npx",
      "args": ["@opentabs-dev/cli", "mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.