MCP Catalogs
Home

flutter-skill vs reddit-mcp-buddy

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

flutter-skill
by ai-dashboad
reddit-mcp-buddy
by karanb192
Stars★ 252★ 649
30d uses
Score5254
Official
Categories
Developer ToolsAI / LLM ToolsBrowser Automation
AI / LLM ToolsBrowser AutomationCommunication
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.

reddit-mcp-buddy · Summary

A production-ready MCP server for browsing Reddit with AI assistants, featuring multiple auth tiers and clean data.

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

reddit-mcp-buddy · Use cases

  • AI assistants browsing Reddit content and discussions in real-time
  • Sentiment analysis across multiple subreddits for trending topics
  • User profile analysis and activity tracking on Reddit

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

reddit-mcp-buddy · Install

For Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "reddit": {
      "command": "npx",
      "args": ["-y", "reddit-mcp-buddy"]
    }
  }
}

For Claude Code

claude mcp add --transport stdio reddit-mcp-buddy -s user -- npx -y reddit-mcp-buddy
Comparison generated from public README + GitHub signals. Last updated automatically.