LinkedIn OpenID
FreeNot checkedMulti-user Model Context Protocol server that connects ChatGPT / Claude / Cursor to LinkedIn using only LinkedIn’s official Sign In with OpenID Connect API.
About
Multi-user Model Context Protocol server that connects ChatGPT / Claude / Cursor to LinkedIn using only LinkedIn’s official Sign In with OpenID Connect API.
README
Multi-user Model Context Protocol server that connects ChatGPT / Claude / Cursor to LinkedIn using only LinkedIn’s official Sign In with OpenID Connect API.
Docs site: https://ashishodu2023.github.io/linkedin-mcp/
What it does
| Tool | Purpose |
|---|---|
get_linkedin_profile |
Authenticated user’s OpenID profile (name, email, picture, sub) |
search |
Search profile fields + docs |
fetch |
Fetch profile or docs resources |
Each end-user authorizes their own LinkedIn account (OAuth). No scraping. No messaging automation.
Quick start (local)
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
export BASE_URL="https://YOUR-PUBLIC-URL" # ngrok / cloud URL
export LINKEDIN_CLIENT_ID="..."
export LINKEDIN_CLIENT_SECRET="..."
export LINKEDIN_REDIRECT_URI="${BASE_URL}/oauth/linkedin/callback"
PYTHONPATH=src uvicorn linkedin_mcp.server:app --reload --port 8080
LinkedIn Developer app
- Create app at https://www.linkedin.com/developers/apps
- Products → enable Sign In with LinkedIn using OpenID Connect
- Auth → Authorized redirect URL:
https://YOUR-PUBLIC-URL/oauth/linkedin/callback
ChatGPT
- Settings → Connectors → Advanced → enable Developer mode
- Create connector → MCP URL =
https://YOUR-PUBLIC-URL/ - Auth = OAuth (discovery via
/.well-known/oauth-authorization-server) - Sign in → authorize LinkedIn → ask:
Call get_linkedin_profile
Deploy
Any HTTPS host with a public root URL works (Fly.io, Railway, Render, Cloud Run).
# example
export BASE_URL=https://linkedin-mcp.example.com
# set LinkedIn secrets as platform env vars
See Dockerfile and fly.toml / railway.toml in-repo.
Limits (important)
Official LinkedIn OpenID returns lite profile only. It does not grant feed, connections, inbox, or arbitrary profile scraping. Requesting those via unofficial APIs risks account bans.
License
MIT — Ashish Verma
Installing LinkedIn OpenID
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/ashishodu2023/linkedin-mcpFAQ
Is LinkedIn OpenID MCP free?
Yes, LinkedIn OpenID MCP is free — one-click install via Unyly at no cost.
Does LinkedIn OpenID need an API key?
No, LinkedIn OpenID runs without API keys or environment variables.
Is LinkedIn OpenID hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install LinkedIn OpenID in Claude Desktop, Claude Code or Cursor?
Open LinkedIn OpenID on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare LinkedIn OpenID with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
