73
/ 100
13 days ago
glama

LinkedIn MCP Server

A ToS-compliant Model Context Protocol server for LinkedIn that uses the official API for OAuth 2.0 authentication, profile reading, and content posting.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: LINKEDIN_MCP_ENCRYPTION_KEY, LINKEDIN_CLIENT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configPORT
configLINKEDIN_MCP_APPROVAL_STAMPNo Text appended to posts. Set to empty string to disable.
configLINKEDIN_MCP_AUDIT_PATHNo Custom audit log path (default: ~/.linkedin-mcp/audit.log)
configLINKEDIN_MCP_CALLBACK_PORTNo OAuth callback port (default: 8585)
configLINKEDIN_MCP_TOKEN_PATHNo Custom token storage path (default: ~/.linkedin-mcp/tokens.json)
configLINKEDIN_MCP_HISTORY_PATHNo Custom post history path (default: ~/.linkedin-mcp/history.json)
🔐 secretLINKEDIN_MCP_ENCRYPTION_KEYNo Custom encryption key for token portability between machines
configLINKEDIN_CLIENT_IDYes Your LinkedIn app's Client ID
🔐 secretLINKEDIN_CLIENT_SECRETYes Your LinkedIn app's Client Secret
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/anubisalpha-linkedin-mcp-11w7rv)](https://m8ven.ai/mcp/anubisalpha-linkedin-mcp-11w7rv)
commit: ed4c6ba6e15e65bc85462be4b6420aa6149a2422
code hash: f1372fc7dc2f296f9f7869fe26dcb16c2291f7d843ad046ae5739913c8b8fb0f
verified: 6/24/2026, 10:11:45 AM
view raw JSON →