Linkedincli
Freeby MCP Community
CLI and MCP server for LinkedIn — 43 commands for profiles, posts, messaging, connections, search, feed, and more. Cookie session auth, AI agent native.
v0.1.5Added Apr 12, 2026
linkedinclimcpmcp-serverautomation
Linkedincli MCP Server
CLI and MCP server for LinkedIn — 43 commands for profiles, posts, messaging, connections, search, feed, and more. Cookie session auth, AI agent native.
Installation
npx -y @bcharleson/linkedincli
Reviews
Installation
Quick install
npx -y @bcharleson/linkedincli
Add to claude_desktop_config.json
{
"mcpServers": {
"linkedincli": {
"command": "npx",
"args": ["-y", "@bcharleson/linkedincli"]
}
}
}