Skip to main content
Glama

LinkedIn Profile Scraper MCP Server

by Ayesha0300

LinkedIn 프로필 스크래퍼 MCP 서버

이 MCP 서버는 Fresh LinkedIn Profile Data API를 사용하여 LinkedIn 프로필 정보를 가져옵니다. 이 서버는 모델 컨텍스트 프로토콜(MCP) 서버로 구현되었으며, LinkedIn 프로필 URL을 입력받아 JSON 형식으로 프로필 데이터를 반환하는 get_profile 이라는 단일 도구를 제공합니다.

특징

  • 프로필 데이터 가져오기: 기술 및 기타 설정을 포함한 LinkedIn 프로필 정보를 검색합니다(대부분의 추가 세부 정보는 비활성화됨).
  • 비동기 HTTP 요청: 비차단 API 호출에 httpx 사용합니다.
  • 환경 기반 구성: dotenv 사용하여 환경 변수에서 RAPIDAPI_KEY 읽습니다.

필수 조건

  • Python 3.7+ – Python 버전 3.7 이상을 사용하고 있는지 확인하세요.
  • MCP 프레임워크: MCP 프레임워크가 설치되어 있는지 확인하세요.
  • 필수 라이브러리: httpx , python-dotenv 및 기타 종속성을 설치합니다.
  • RAPIDAPI_KEY: RapidAPI 에서 API 키를 얻어 프로젝트 디렉토리의 .env 파일에 추가합니다(또는 환경에서 설정합니다).

설치

  1. 저장소 복제:지엑스피1
  2. 종속성 설치:
    uv add mcp[cli] httpx requests
  3. 환경 변수 설정:프로젝트 디렉토리에 다음 내용으로 .env 파일을 만듭니다.
    RAPIDAPI_KEY=your_rapidapi_key_here

서버 실행

MCP 서버를 실행하려면 다음을 실행하세요.

uv run linkedin.py

서버는 시작되어 표준 I/O를 통해 들어오는 요청을 수신합니다.

MCP 클라이언트 구성

MCP 클라이언트를 이 서버에 연결하려면 config.json 파일에 다음 구성을 추가하세요. 환경에 맞게 경로를 조정하세요.

{ "mcpServers": { "linkedin_profile_scraper": { "command": "C:/Users/aiany/.local/bin/uv", "args": [ "--directory", "C:/Users/aiany/OneDrive/Desktop/YT Video/linkedin-mcp/project", "run", "linkedin.py" ] } } }

코드 개요

  • 환경 설정: 서버는 dotenv 사용하여 Fresh LinkedIn Profile Data API를 인증하는 데 필요한 RAPIDAPI_KEY 로드합니다.
  • API 호출: 비동기 함수 get_linkedin_data 지정된 쿼리 매개변수를 사용하여 API에 GET 요청을 만듭니다.
  • MCP 도구: get_profile 도구는 API 호출을 래핑하고 포맷된 JSON 데이터를 반환하거나 호출이 실패하면 오류 메시지를 반환합니다.
  • 서버 실행: MCP 서버는 stdio 전송을 통해 실행됩니다.

문제 해결

  • RAPIDAPI_KEY가 없습니다. 키가 설정되지 않으면 서버에서 ValueError 발생합니다. 키가 .env 파일에 추가되었거나 환경 변수에 설정되어 있는지 확인하세요.
  • API 오류: API 요청이 실패하면 해당 도구는 프로필 데이터를 가져올 수 없다는 메시지를 반환합니다.

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Fresh LinkedIn Profile Data API를 사용하여 LinkedIn 프로필 정보를 가져오는 MCP 서버로, 사용자는 LinkedIn 프로필 URL을 제공하여 JSON 형식으로 프로필 데이터를 검색할 수 있습니다.

  1. 특징
    1. 필수 조건
      1. 설치
        1. 서버 실행
          1. MCP 클라이언트 구성
            1. 코드 개요
              1. 문제 해결
                1. 특허

                  Related MCP Servers

                  • -
                    security
                    F
                    license
                    -
                    quality
                    A FastMCP-based server that enables programmatic LinkedIn automation and data extraction through browser automation, offering secure authentication and tools for profile operations and post interactions while respecting LinkedIn's rate limits.
                    Last updated -
                    5
                    Python
                    • Linux
                    • Apple
                  • -
                    security
                    A
                    license
                    -
                    quality
                    A Model Context Protocol server that provides comprehensive access to LinkedIn data and functionality, enabling data retrieval and user account management through the HorizonDataWave API.
                    Last updated -
                    113
                    23
                    JavaScript
                    MIT License
                    • Apple
                  • -
                    security
                    A
                    license
                    -
                    quality
                    A powerful LinkedIn Profile Analyzer that seamlessly integrates with Claude AI to fetch and analyze public LinkedIn profiles, enabling users to extract, search, and analyze posts data through RapidAPI's LinkedIn Data API.
                    Last updated -
                    10
                    Python
                    MIT License
                  • -
                    security
                    F
                    license
                    -
                    quality
                    A server implementing the Model Context Protocol that enables users to retrieve LinkedIn profile information and activity data via EnrichB2B API, and generate text using OpenAI GPT-4 or Anthropic Claude models.
                    Last updated -
                    Python
                    • Linux

                  View all related MCP servers

                  MCP directory API

                  We provide all the information about MCP servers via our MCP API.

                  curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ayesha0300/linkedin-profile-mcp'

                  If you have feedback or need assistance with the MCP directory API, please join our Discord server