Automates LinkedIn interactions and extracts data through browser automation, respecting terms of service and rate limits.
Automates LinkedIn interactions and extracts data through browser automation, respecting terms of service and rate limits. The linkedin browser mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 5 defined tools rather than through you.
A FastMCP-based server for LinkedIn automation and data extraction using browser automation. This server provides a set of tools for interacting with LinkedIn programmatically while respecting LinkedIn's terms of service and rate limits.
Everything the assistant can do here goes through one of these:
login_linkedin_secure — Securely log in using environment credentialsbrowse_linkedin_feed — Browse and extract posts from feedsearch_linkedin_profiles — Search for profiles matching criteriaview_linkedin_profile — View and extract data from specific profilesinteract_with_linkedin_post — Like, comment, or read postsYou will need one environment variable: COOKIE_ENCRYPTION_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Plenty of browser automation servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. LinkedIn Browser's toolset — login_linkedin_secure, browse_linkedin_feed, search_linkedin_profiles and 2 more — is a fair guide to whether it matches your workflow. It is maintained by alinaqi; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| login_linkedin_secure | Securely log in using environment credentials |
| browse_linkedin_feed | Browse and extract posts from feed |
| search_linkedin_profiles | Search for profiles matching criteria |
| view_linkedin_profile | View and extract data from specific profiles |
| interact_with_linkedin_post | Like, comment, or read posts |
| Variable | Description | Required |
|---|---|---|
| COOKIE_ENCRYPTION_KEY | Credential the server authenticates with. | Yes |
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
The original Chromium automation reference server — simple, screenshot-driven browser control.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.