guide11 min read9h ago

Best LinkedIn MCP Servers in 2026: Profiles, Jobs, and Outreach

Ranked: the best LinkedIn MCP servers for Claude, with a clear-eyed look at risk. Covers session-based profile and job scrapers, lower-risk licensed data APIs, feed and search servers, and messaging options, plus setup and account-safety guidance.

Best LinkedIn MCP Servers in 2026: Profiles, Jobs, and Outreach
linkedin mcpdata mcprecruitingsalesclaude desktopclaude codeoutreachmodel context protocol

TL;DR — Best LinkedIn MCP Servers for 2026

A LinkedIn MCP server lets Claude pull profiles, search jobs, and read company data as callable tools, useful for recruiting research, sales prep, and CRM enrichment. But LinkedIn restricts automated access, so server choice matters: we cover a profile and job scraper, a lower-risk licensed data API server, a feed and search option, and a messaging-focused server, with a clear-eyed note on terms of service and account safety. Read the legal section before you connect anything.

Curated from the data and communication MCPs indexed on Skiln · Updated daily

Table of Contents

  1. What Is a LinkedIn MCP Server?
  2. A Word on LinkedIn's Terms of Service
  3. How We Ranked Them
  4. The Best LinkedIn MCP Servers for 2026
  5. Quick Comparison Table
  6. What You Can Actually Do
  7. Setup: Connecting LinkedIn to Claude
  8. Staying Safe: Rate Limits and Accounts
  9. Frequently Asked Questions

What Is a LinkedIn MCP Server?

A LinkedIn MCP server exposes LinkedIn data to an AI client through the Model Context Protocol. Once connected, Claude can fetch a person's public profile, search open roles, read a company page, or summarize a prospect's recent posts, all as tools it calls during a conversation.

There are two broad architectures. Session-based servers drive a logged-in LinkedIn session (often via a browser-automation library) to extract what a normal user could see. API-based servers wrap a licensed third-party LinkedIn data provider, returning structured data without touching your personal account. The architecture you choose determines both your risk and your cost, which is why this guide weighs them carefully rather than just ranking by features.

This matters enough to put near the top. LinkedIn's User Agreement explicitly restricts automated access, scraping, and data extraction. Session-based MCP servers that automate a logged-in account operate in a legal and policy gray area, and heavy use can get an account restricted or suspended.

None of this is legal advice, and it does not mean these tools are unusable, plenty of people use them responsibly for personal research. It means the responsibility is yours: read LinkedIn's terms, prefer servers built on licensed data APIs, never automate from an account you cannot afford to lose, and keep usage to read-and-summarize patterns rather than bulk harvesting or mass outreach. We flag the risk level of each server below so you can choose with eyes open.

How We Ranked Them

We scored every LinkedIn-related MCP in the Skiln directory on risk profile (licensed API beats session scraping), maintenance (recent commits, responsive issues), coverage (profiles, jobs, companies, feed, messaging), and setup friction (API key versus exported session cookie). The four below represent the main approaches you will encounter.

The Best LinkedIn MCP Servers for 2026

1. LinkedIn Profile and Job MCP

The most common community pattern: a server that automates a logged-in session to fetch profiles, company pages, and job listings. Coverage is broad and the data is exactly what you would see in the browser. The trade-off is risk, it uses your session, so it carries the highest chance of account restriction under heavy use.

Best for: Individual research where you control the pace and use a secondary account.

Risk level: Higher (session-based). Auth: Credentials or exported session cookie.

2. LinkedIn Data API MCP

Built on a licensed third-party LinkedIn data provider. Instead of driving your account, it calls a data API and returns structured profile, company, and job results. Because it never touches your personal session, it does not put your account at risk, the main cost is the provider's API fees.

Best for: Teams and anyone who wants the lowest account risk and stable, structured output.

Risk level: Lower (licensed API). Auth: Provider API key.

3. LinkedIn Feed and Search MCP

A narrower server focused on reading your feed and running people or content searches. Useful for social-listening and keeping a summarized pulse on a niche without scrolling LinkedIn yourself. Most implementations are session-based, so the same risk caveats apply.

Best for: Social listening and lightweight content research.

Risk level: Higher (session-based). Auth: Session cookie.

4. Unipile-Style Messaging MCP

Messaging-focused servers (often built on a unified-inbox platform like Unipile) can read and, in some cases, send LinkedIn messages. This is the most powerful and the most dangerous category: automated outreach is precisely what LinkedIn's anti-automation systems target. Use only with strict, human-like rate limits.

Best for: Carefully governed sales workflows that route outreach through a compliant platform.

Risk level: Highest (automated messaging). Auth: Platform API key plus connected account.

Quick Comparison Table

ServerCoverageArchitectureAccount RiskAuth
Profile and Job MCPProfiles, companies, jobsSession-basedHigherCredentials / cookie
LinkedIn Data API MCPStructured profile and job dataLicensed APILowerProvider API key
Feed and Search MCPFeed, people, content searchSession-basedHigherSession cookie
Messaging MCP (Unipile-style)Read and send messagesPlatform APIHighestPlatform key

What You Can Actually Do

Used responsibly, a LinkedIn MCP supports a handful of genuinely useful, read-and-summarize workflows:

  • Pre-call research. Before a sales or recruiting call, ask Claude to summarize a person's role history and recent activity so you walk in informed.
  • Job aggregation. Pull roles matching a search across companies and have the assistant rank them against a candidate's profile.
  • CRM enrichment. Fetch public profile fields to fill gaps in a contact record, then push the summary into your CRM via another MCP.
  • Company briefings. Summarize a company's page, headcount signals, and recent posts before a partnership conversation.
  • Account-based research. For a target account list, gather public context on key people so outreach is relevant rather than generic.

These pair well with the rest of an outreach stack. Many teams run a LinkedIn MCP next to the Gmail MCP for email and the Slack MCP for internal handoffs, with notes captured through a Notion MCP. See our roundup of the best communication MCP servers for the full picture.

Setup: Connecting LinkedIn to Claude

For an API-based server, the config is just a provider key, no LinkedIn login involved:

{   "mcpServers": {     "linkedin": {       "command": "npx",       "args": ["-y", "linkedin-mcp-server"],       "env": {         "LINKEDIN_API_KEY": "your_provider_api_key"       }     }   } }

Session-based servers instead need an exported session cookie or credentials, treat that value like a password, because it effectively is one:

claude mcp add linkedin --env LINKEDIN_COOKIE=your_li_at_cookie -- uvx linkedin-mcp-server

Restart the client and the LinkedIn tools register. The Skiln Config Generator can bundle a LinkedIn MCP with the rest of your outreach stack.

Staying Safe: Rate Limits and Accounts

If you use a session-based server, the difference between useful and account-ending is discipline:

  1. Use a dedicated secondary account. Never automate from your primary LinkedIn identity. Restrictions happen, and you want them to land on a throwaway.
  2. Keep request rates low and human-like. Burst scraping is the clearest automation signal. Spread requests out and cap daily volume.
  3. Prefer licensed-API servers for anything recurring. If a workflow runs on a schedule, the lower-risk API architecture is worth the fees.
  4. Never automate outreach at volume. Mass messaging is both the riskiest behavior and the one most likely to harm the people on the other end. Keep it minimal, relevant, and human-reviewed.

Building an outreach or research stack? Browse LinkedIn, Gmail, Slack, and every other data MCP indexed on Skiln.

Browse Now →

Frequently Asked Questions

What is a LinkedIn MCP server?

A LinkedIn MCP server is a Model Context Protocol server that connects an AI client like Claude to LinkedIn data, so the assistant can fetch profiles, search for jobs, read company pages, or pull posts. Some servers work by automating a logged-in session, while others wrap a third-party LinkedIn data API. Either way, the AI gets LinkedIn as a set of callable tools.

Is using a LinkedIn MCP against LinkedIn's terms of service?

It can be. LinkedIn's User Agreement restricts automated access and scraping. Servers that drive a logged-in session to extract data sit in a legal gray area and can get an account restricted. Servers built on officially licensed data APIs are lower risk. Read the terms, use a non-primary account for automation, and treat compliance as your responsibility, not the tool's.

Which LinkedIn MCP is safest to use?

The lowest-risk option is an MCP built on a licensed third-party LinkedIn data API rather than one that scrapes a logged-in browser session. Licensed-API servers do not put your personal account at risk of restriction and tend to have more stable output. The trade-off is that they usually charge for API access.

Can a LinkedIn MCP send messages or connection requests?

Some can, particularly messaging-focused servers built on platforms like Unipile. This is also the highest-risk category, because automated outreach is exactly what LinkedIn's anti-automation systems look for. If you automate messaging, keep volume low and human-like, and never do it from an account you cannot afford to lose.

Do I need my LinkedIn password in the config?

It depends on the server. Session-based scrapers typically need either your credentials or an exported session cookie, which is sensitive, store it like any other secret. API-based servers use a provider API key instead, which keeps your LinkedIn login out of the config entirely. Prefer the latter when you can.

What are the legitimate use cases for a LinkedIn MCP?

Common ones include researching a candidate or company before a call, aggregating job postings that match a search, summarizing a prospect's recent activity for sales context, and pulling public profile data for CRM enrichment. The pattern is read-and-summarize for your own workflow, not mass outreach or bulk data harvesting.

Will a LinkedIn MCP get my account banned?

There is real risk with session-based servers if you run high-volume automation. LinkedIn detects unusual request patterns and can restrict or suspend accounts. Mitigate by using a dedicated secondary account, keeping request rates low, and favoring licensed-API servers that do not touch your personal session at all.

Where can I browse other data and outreach MCPs?

Skiln indexes LinkedIn, Gmail, Slack, and other communication and data MCPs alongside 75,000+ servers, skills, and agents. Browse the LinkedIn listings at /mcp/linkedin and /mcp/pulsemcp-linkedin, or explore the full directory at /browse.


Last updated: June 19, 2026 · Skiln tracks MCP server releases daily across 13 source registries.

Frequently Asked Questions

What is a LinkedIn MCP server?
A LinkedIn MCP server is a Model Context Protocol server that connects an AI client like Claude to LinkedIn data, so the assistant can fetch profiles, search for jobs, read company pages, or pull posts. Some servers work by automating a logged-in session, while others wrap a third-party LinkedIn data API. Either way, the AI gets LinkedIn as a set of callable tools.
Is using a LinkedIn MCP against LinkedIn's terms of service?
It can be. LinkedIn's User Agreement restricts automated access and scraping. Servers that drive a logged-in session to extract data sit in a legal gray area and can get an account restricted. Servers built on officially licensed data APIs are lower risk. Read the terms, use a non-primary account for automation, and treat compliance as your responsibility, not the tool's.
Which LinkedIn MCP is safest to use?
The lowest-risk option is an MCP built on a licensed third-party LinkedIn data API rather than one that scrapes a logged-in browser session. Licensed-API servers do not put your personal account at risk of restriction and tend to have more stable output. The trade-off is that they usually charge for API access.
Can a LinkedIn MCP send messages or connection requests?
Some can, particularly messaging-focused servers built on platforms like Unipile. This is also the highest-risk category, because automated outreach is exactly what LinkedIn's anti-automation systems look for. If you automate messaging, keep volume low and human-like, and never do it from an account you cannot afford to lose.
Do I need my LinkedIn password in the config?
It depends on the server. Session-based scrapers typically need either your credentials or an exported session cookie, which is sensitive, store it like any other secret. API-based servers use a provider API key instead, which keeps your LinkedIn login out of the config entirely. Prefer the latter when you can.
What are the legitimate use cases for a LinkedIn MCP?
Common ones include researching a candidate or company before a call, aggregating job postings that match a search, summarizing a prospect's recent activity for sales context, and pulling public profile data for CRM enrichment. The pattern is read-and-summarize for your own workflow, not mass outreach or bulk data harvesting.
Will a LinkedIn MCP get my account banned?
There is real risk with session-based servers if you run high-volume automation. LinkedIn detects unusual request patterns and can restrict or suspend accounts. Mitigate by using a dedicated secondary account, keeping request rates low, and favoring licensed-API servers that do not touch your personal session at all.
Where can I browse other data and outreach MCPs?
Skiln indexes LinkedIn, Gmail, Slack, and other communication and data MCPs alongside 75,000+ servers, skills, and agents. Browse the LinkedIn listings at /mcp/linkedin and /mcp/pulsemcp-linkedin, or explore the full directory at /browse.

Stay in the Loop

Join 1,000+ developers. Get the best new Skills & MCPs weekly.

No spam. Unsubscribe anytime.