/ Каталог / Песочница / linkedin-mcp-server
● Сообщество stickerdaniel ⚡ Сразу

linkedin-mcp-server

автор stickerdaniel · stickerdaniel/linkedin-mcp-server

Give AI assistants access to LinkedIn — browse profiles, search jobs, read messages, and send connection requests.

linkedin-mcp-server is an open-source MCP server that enables AI assistants to interact with LinkedIn via browser automation. It provides 13 tools for accessing profiles, company pages, job listings, messaging, people search, and connection management. Uses Patchright (managed Chromium) for browser-based access with automatic login handling.

Зачем использовать

Ключевые функции

Живое демо

Как выглядит на практике

linkedin-mcp-server-2.replay ▶ готово
0/0

Установка

Выберите клиент

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "linkedin-mcp-server-2": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/stickerdaniel/linkedin-mcp-server"
      ]
    }
  }
}

Откройте Claude Desktop → Settings → Developer → Edit Config. Перезапустите после сохранения.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "linkedin-mcp-server-2": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/stickerdaniel/linkedin-mcp-server"
      ]
    }
  }
}

Cursor использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "linkedin-mcp-server-2": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/stickerdaniel/linkedin-mcp-server"
      ]
    }
  }
}

Щёлкните значок MCP Servers на боковой панели Cline, затем "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "linkedin-mcp-server-2": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/stickerdaniel/linkedin-mcp-server"
      ]
    }
  }
}

Тот же формат, что и Claude Desktop. Перезапустите Windsurf для применения.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "linkedin-mcp-server-2",
      "command": "TODO",
      "args": [
        "See README: https://github.com/stickerdaniel/linkedin-mcp-server"
      ]
    }
  ]
}

Continue использует массив объектов серверов, а не map.

~/.config/zed/settings.json
{
  "context_servers": {
    "linkedin-mcp-server-2": {
      "command": {
        "path": "TODO",
        "args": [
          "See README: https://github.com/stickerdaniel/linkedin-mcp-server"
        ]
      }
    }
  }
}

Добавьте в context_servers. Zed перезагружается автоматически.

claude mcp add linkedin-mcp-server-2 -- TODO 'See README: https://github.com/stickerdaniel/linkedin-mcp-server'

Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.

Сценарии использования

Реальные сценарии: linkedin-mcp-server

How to research companies and job openings with LinkedIn MCP

👤 Job seekers and recruiters ⏱ ~15 min beginner

Когда использовать: You want to research companies and find relevant job openings without manual browsing.

Предварительные требования
  • linkedin-mcp-server installed — uvx linkedin-scraper-mcp@latest or download .mcpb from releases
  • LinkedIn account — Sign in when the browser login prompt appears
Поток
  1. Search for jobs
    Search LinkedIn for 'senior backend engineer' jobs in San Francisco. Show me the top 10 with company, salary range, and requirements.✓ Скопировано
    → Formatted job listings with key details
  2. Research a company
    Get the company profile for the most interesting result. What are their recent posts about?✓ Скопировано
    → Company overview with recent activity

Итог: A shortlist of relevant jobs with company context.

Подводные камни
  • LinkedIn rate limits on too many profile views — Space out requests and avoid viewing dozens of profiles in rapid succession
Сочетать с: filesystem

Research and connect with people in your industry

👤 Professionals building their network ⏱ ~20 min beginner

Когда использовать: You want to find and connect with relevant professionals in your field.

Предварительные требования
  • LinkedIn account authenticated — Complete the browser login on first use
Поток
  1. Search for people
    Search LinkedIn for ML engineers at top AI companies in the Bay Area. Show their titles and companies.✓ Скопировано
    → List of matching professionals
  2. Send a personalized connection request
    Send a connection request to the first person with a note mentioning our shared interest in transformer architectures.✓ Скопировано
    → Connection request sent confirmation

Итог: Targeted connection requests sent with personalized messages.

Подводные камни
  • Generic connection messages get ignored — Always reference something specific from their profile

Комбинации

Сочетайте с другими MCP — эффект x10

linkedin-mcp-server-2 + filesystem

Save job search results and company profiles to organized files

Search for product manager jobs in NYC and save the top 20 results to ~/job-search/pm-nyc.md.✓ Скопировано

Инструменты

Что предоставляет этот MCP

ИнструментВходные данныеКогда вызыватьСтоимость
get_person_profile url_or_name: str, sections?: str[] Get a LinkedIn profile with selected sections 0
search_jobs keywords: str, location?: str Search for job listings 0
search_people keywords: str, location?: str Find professionals by keywords 0
get_inbox none List recent LinkedIn message conversations 0
get_company_profile url_or_name: str Get company information from LinkedIn 0
connect_with_person profile_url: str, note?: str Send a connection request 0

Стоимость и лимиты

Во что обходится

Квота API
Subject to LinkedIn's anti-automation measures — keep requests moderate
Токенов на вызов
500–2000 tokens per profile/search
Деньги
Free
Совет
Be selective with profile views — LinkedIn tracks and may restrict accounts that view too many profiles.

Безопасность

Права, секреты, радиус поражения

Хранение учётных данных: Uses your LinkedIn browser session. Authentication happens via Chromium browser login.
Исходящий трафик: All traffic goes through Chromium to linkedin.com

Устранение неполадок

Частые ошибки и исправления

Login prompt keeps appearing

Complete the LinkedIn login in the Chromium browser. For Docker, authenticate via uvx first.

Проверить: Check that you can manually access linkedin.com in the automated browser
Profile returns empty data

The profile may be outside your network. LinkedIn restricts data visibility based on connection degree.

Проверить: Try viewing the profile manually in a browser
Rate limited by LinkedIn

Reduce request frequency. LinkedIn may temporarily restrict access after too many automated requests.

Проверить: Wait 30 minutes and try a single request

Альтернативы

linkedin-mcp-server в сравнении

АльтернативаКогда использоватьКомпромисс
fetch MCPYou only need to read public LinkedIn data visible without loginVery limited data — most LinkedIn content requires authentication

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills