★ 0 stars
TypeScript
💻 Code/Dev Tools
Updated 2d ago
MCP server for LinkedIn — create posts, upload images, and manage company pages via Claude or any MCP client.
View on GitHub →
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"
]
}
}
}
Topics
claudeclaude-codeclaude-desktoplinkedinlinkedin-apilinkedin-mcplinkedin-mcp-servermcpmcp-servermodel-context-protocoltypescript