Thejosem4/linkedin-profile-mcp
MCP server for LinkedIn profile optimization with Claude AI — read/write profile sections, ATS analysis, and AI-powered content generation.
Platform-specific configuration:
{
"mcpServers": {
"linkedin-profile-mcp": {
"command": "npx",
"args": [
"-y",
"linkedin-profile-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> </p>
<p align="center"> <b>Bilingual Documentation / Documentación Bilingüe</b><br> <a href="#english">English</a> • <a href="#español">Español</a> </p>
---
<a name="english"></a>
An intelligent bridge between Claude and LinkedIn. This MCP server empowers Claude to act as your high-level career consultant, capable of auditing your profile, optimizing your identity, and managing your professional content with real-time API access.
graph TD
User((User)) <--> Claude[Claude AI]
Claude <--> MCP[LinkedIn MCP Server]
subgraph "Internal Logic"
MCP --> Auth[OAuth 2.0 / Keytar]
MCP --> Tools[40+ Professional Tools]
MCP --> AI[AI-Assist Layer]
end
Tools <--> API[(LinkedIn API v2)]
AI <--> Prompts[Strategic Templates]| Step | Action | Command | | :--- | :--- | :--- | | 1 | Clone | git clone https://github.com/Thejosem4/linkedin-profile-mcp.git | | 2 | Install | npm install | | 3 | Config | cp .env.example .env | | 4 | Build | npm run build | | 5 | Start
Loading reviews...