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 | — | — |
| Score | 52 | 56 |
| Official | — | — |
| Categories | Developer ToolsAI / LLM ToolsBrowser Automation | Web ScrapingBrowser AutomationCommunication |
| Language | Dart | Python |
| Last commit | 1 mo ago | this 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
- **Install flutter-skill CLI:**
npm install -g flutter-skill- **Add to your AI tool's MCP config (example for Claude Desktop):**
{
"mcpServers": {
"flutter-skill": {
"command": "flutter-skill",
"args": ["server"]
}
}
}- **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
- Download the latest
.mcpbartifact from [releases](https://github.com/stickerdaniel/linkedin-mcp-server/releases/latest) - Click the downloaded file to install it into Claude Desktop