CLI and MCP server for the LinkedIn API
Set these up before or after installing:
Environment variable: LINKEDCTL_ACCESS_TOKEN
Environment variable: LINKEDCTL_CLIENT_ID
Environment variable: LINKEDCTL_CLIENT_SECRET
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-alexey-pelykh-linkedctl": {
"env": {
"LINKEDCTL_CLIENT_ID": "your-linkedctl-client-id-here",
"LINKEDCTL_ACCESS_TOKEN": "your-linkedctl-access-token-here",
"LINKEDCTL_CLIENT_SECRET": "your-linkedctl-client-secret-here"
},
"args": [
"-y",
"linkedctl"
],
"command": "npx"
}
}
}This LinkedCtl MCP server provides comprehensive LinkedIn API integration with proper OAuth authentication and good security practices. The code demonstrates solid error handling, secure credential management through environment variables and config files, and appropriate scope validation. While there are a few minor code quality concerns around exception handling and potential file path issues, the overall security posture is strong with permissions appropriately scoped for LinkedIn API operations. Package verification found 1 issue.
Scanned 4 files · 4 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!