43
/ 100
18 days ago
glama

LinkedIn OpenID MCP

Multi-user Model Context Protocol server that connects ChatGPT / Claude / Cursor to LinkedIn using only LinkedIn’s official Sign In with OpenID Connect API.

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 1 credential: 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.
configBASE_URLexport ="https://YOUR-PUBLIC-URL" # ngrok / cloud URL
configLINKEDIN_CLIENT_IDexport ="..."
🔐 secretLINKEDIN_CLIENT_SECRETexport ="..."
configDATABASE_PATH
configTOKEN_TTL_SECONDS
// 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 1 concrete improvement 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/ashishodu2023-linkedin-mcp-eiyuhr)](https://m8ven.ai/mcp/ashishodu2023-linkedin-mcp-eiyuhr)
commit: 65eef939de873ecfecba6516e5d94278f83dc33e
code hash: a20221c3632d93d2656a75219025f0c9462128e8bda87cb1f9423b3bf0288d08
verified: 7/13/2026, 9:55:05 AM
view raw JSON →