MCP Catalogs
Home

flutter-skill vs next-devtools-mcp

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

flutter-skill
by ai-dashboad
next-devtools-mcp
by vercel
Stars★ 252★ 747
30d uses
Score5254
Official
Categories
Developer ToolsAI / LLM ToolsBrowser Automation
Developer ToolsBrowser AutomationAI / LLM Tools
LanguageDartTypeScript
Last commit1 mo ago2 mo ago

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.

next-devtools-mcp · Summary

Next.js DevTools MCP server providing development tools and utilities for Next.js applications.

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

next-devtools-mcp · Use cases

  • Diagnose runtime errors and issues in Next.js applications
  • Automate browser testing of Next.js applications using Playwright
  • Search and retrieve official Next.js documentation and guides
  • Upgrade and migrate Next.js applications to newer versions

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());
}

next-devtools-mcp · Install

Installation

Using add-mcp CLI:

npx add-mcp next-devtools-mcp@latest

Manual installation:

{
  "mcpServers": {
    "next-devtools": {
      "command": "npx",
      "args": ["-y", "next-devtools-mcp@latest"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.