★ 1 stars
Python
🤖 AI/LLM
Updated today
An advanced Model Context Protocol (MCP) server that turns LinkedIn into an API for LLMs and AI Agents. Features stealth browser automation, headless auth, zero-config component registry, and 24+ tools for jobs, CRM, and profile extraction.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"linkedin-mcp-pro-max": {
"command": "uvx",
"args": [
"linkedin-mcp-pro-max"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add linkedin-mcp-pro-max uvx linkedin-mcp-pro-max
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"linkedin-mcp-pro-max": {
"command": "uvx",
"args": [
"linkedin-mcp-pro-max"
]
}
}
}
📋 Copy
Or install with pip: pip install linkedin-mcp-pro-max
Topics
browser-automation linkedin linkedin-api linkedin-automation linkedin-mcp linkedin-mcp-pro-max linkedin-scraper llm-agent mcp mcp-server model-context-protocol patchright