LinkedIn MCP Server
LinkedIn MCP 서버
MCP 호환 AI 어시스턴트가 인증된 LinkedIn 프로필에 공개 텍스트 게시물을 게시할 수 있게 해주는 경량 Model Context Protocol (MCP) 서버입니다.
아키텍처
AI Assistant
|
| MCP / stdio
v
LinkedIn MCP Server
|
| HTTPS REST API
v
LinkedInRelated MCP server: LinkedIn Custom MCP Server
MCP 도구
linkedin_create_post
인증된 LinkedIn 프로필에 공개 텍스트 게시물을 게시합니다.
입력:
{
"text": "Hello from my MCP server 🚀"
}성공 시 도구는 LinkedIn 게시물 ID를 반환합니다.
요구 사항
Python 3.11+
필요한 API 권한이 있는 LinkedIn 개발자 애플리케이션
유효한 LinkedIn 액세스 토큰
인증된 작성자의 LinkedIn 사람 URN
의존성 설치:
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt자격 증명
자격 증명은 의도적으로 Git 외부에 보관됩니다.
프로젝트 루트에 다음 파일을 생성하세요:
access_token.txt
person_urn.txtaccess_token.txt에는 LinkedIn 액세스 토큰만 포함되어야 합니다.
person_urn.txt에는 다음과 같은 값이 포함되어야 합니다:
urn:li:person:YOUR_SUBJECT_ID제한적인 권한 설정:
chmod 600 access_token.txt person_urn.txt토큰, OAuth 자격 증명 또는 개인 자격 증명 파일을 절대 커밋하지 마세요.
MCP 서버 실행
python -m src.linkedin_mcp.server서버는 STDIO를 사용하므로 의도적으로 계속 실행되며 MCP JSON-RPC 메시지를 기다립니다. stdout은 MCP 프로토콜용으로 예약되어 있으므로 애플리케이션 로그를 stdout에 출력하지 마세요.
MCP Inspector
로컬 개발용:
npx @modelcontextprotocol/inspector \
python -m src.linkedin_mcp.server그런 다음 STDIO 서버에 연결하고 Inspector에서 linkedin_create_post를 호출하세요.
테스트
실행:
pytest -q보안 참고 사항
비밀은 Git에서 무시되는 로컬 파일에 저장됩니다.
.env.example에는 플레이스홀더만 포함되어 있습니다.GitHub 푸시 보호는 활성화된 상태로 유지되어야 합니다.
LinkedIn 토큰이 노출된 경우 즉시 해지/교체하세요.
포트폴리오 설명
LinkedIn 게시를 구조화된 AI 도구로 노출하는 프로덕션 지향 MCP 서버로, Model Context Protocol, OAuth 기반 LinkedIn 인증, 안전한 로컬 자격 증명 처리 및 REST API 통합을 결합합니다.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceEnables posting text and media content directly to LinkedIn from Claude Desktop with support for authentication and visibility controls.10MIT
- AlicenseAqualityDmaintenanceEnables AI agents to manage professional networking on LinkedIn by providing tools for posting updates, searching for jobs, and analyzing profiles. It facilitates secure interaction with the LinkedIn platform through OAuth 2.0 authentication and the Model Context Protocol.1711MIT
- AlicenseAqualityDmaintenanceEnables posting content, sharing articles, and managing LinkedIn profile through natural language using the official LinkedIn REST API with OAuth 2.0.710MIT
- AlicenseBqualityDmaintenanceAllows AI agents to authenticate with LinkedIn and share posts or links via the Model Context Protocol.2126MIT
Related MCP Connectors
Give AI agents the LinkedIn tools to find, qualify, engage, and follow up with prospects.
Scrape and analyze public LinkedIn posts as structured JSON via the Apify LinkedIn Posts API.
Let AI tools securely access your LinkedIn network and DMs
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/amiradmin/linkedin-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server