MCP server for LinkedIn — create posts, upload images, and manage company pages via Claude or any MCP client.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"linkedin-mcp-server": {
"command": "npx",
"args": [
"-y",
"abhineet34/linkedin-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add linkedin-mcp-server npx -y abhineet34/linkedin-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"linkedin-mcp-server": {
"command": "npx",
"args": [
"-y",
"abhineet34/linkedin-mcp-server"
]
}
}
}