MCP Catalogs
Home

flyto-core vs linkedin-mcp-server

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

flyto-core
by flytohub
linkedin-mcp-server
by stickerdaniel
Stars★ 270★ 1,900
30d uses
Score5156
Official
Categories
Browser AutomationDeveloper ToolsWeb Scraping
Web ScrapingBrowser AutomationCommunication
LanguagePythonPython
Last committhis monththis month

flyto-core · Summary

An MCP server for AI agent automation with 412 modules, execution tracing, replay functionality, and built-in recipes.

linkedin-mcp-server · Summary

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

flyto-core · Use cases

  • Competitive intelligence gathering through automated web scraping and performance monitoring
  • Automated testing of web applications with screenshot capture and performance metrics
  • Data extraction and transformation workflows across various web sources and APIs

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

flyto-core · Install

Install

pip install flyto-core            # Core engine + CLI + MCP server
pip install flyto-core[browser]   # + browser automation (Playwright)
playwright install chromium        # one-time browser setup

MCP Configuration

Add to your MCP config:

{
  "mcpServers": {
    "flyto-core": {
      "command": "python",
      "args": ["-m", "core.mcp_server"]
    }
  }
}

Or via Claude CLI:

claude mcp add flyto-core -- python -m core.mcp_server

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.