MCP Catalogs
Home

flutter-skill vs linkedin-mcp-server

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

flutter-skill
by ai-dashboad
linkedin-mcp-server
by stickerdaniel
Stars★ 252★ 1,900
30d uses
Score5256
Official
Categories
Developer ToolsAI / LLM ToolsBrowser Automation
Web ScrapingBrowser AutomationCommunication
LanguageDartPython
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.

linkedin-mcp-server · Summary

MCP server providing LinkedIn API access through browser automation for profiles, companies, jobs, and messaging.

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

linkedin-mcp-server · Use cases

  • Automate LinkedIn profile research for recruiting or competitive intelligence
  • Streamline job application processes by automating LinkedIn job searches
  • Manage professional communications by automating LinkedIn messaging

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

linkedin-mcp-server · Install

Installation

uvx Setup (Recommended)

**Prerequisites:** Install [uv](https://docs.astral.sh/uv/getting-started/installation/).

**Client Configuration:**

{
  "mcpServers": {
    "linkedin": {
      "command": "uvx",
      "args": ["linkedin-scraper-mcp@latest"],
      "env": { "UV_HTTP_TIMEOUT": "300" }
    }
  }
}

Claude Desktop MCP Bundle

  1. Download the latest .mcpb artifact from [releases](https://github.com/stickerdaniel/linkedin-mcp-server/releases/latest)
  2. Click the downloaded file to install it into Claude Desktop
Comparison generated from public README + GitHub signals. Last updated automatically.