★ 1 stars
JavaScript
🤖 AI/LLM
Updated 1d ago
The most complete LinkedIn MCP server — 24 tools: posting, scheduling, AI image generation, comments, reactions, templates. The only LinkedIn MCP with write operations.
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-server": {
"command": "npx",
"args": [
"-y",
"gacabartosz/linkedin-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add linkedin-mcp-server npx -y gacabartosz/linkedin-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"linkedin-mcp-server": {
"command": "npx",
"args": [
"-y",
"gacabartosz/linkedin-mcp-server"
]
}
}
}
📋 Copy