linkedin-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@linkedin-mcpCreate a LinkedIn post about our recent funding announcement"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
linkedin-mcp
Moteur MCP de contenu LinkedIn, multi-client. Se branche au Claude d'une entreprise (claude.ai Team/Enterprise, Claude Desktop, Claude Code) comme connecteur distant.
Ce qu'il fait
Le Bearer token = l'identite du client. Le serveur en deduit data/<token>/
(brand + suivi). Outils :
setup_brand— enregistre voix + charte du client (onboarding, une fois).get_playbook— fournit la methode + la voix pour que le Claude du client redige. Aucun texte genere cote serveur => aucun cout de token pour l'hebergeur.render_carousel(slides)— carrousel on-brand en PDF (format LinkedIn).render_image(slide)— image seule on-brand en PNG (1080x1350).log_post/list_posts— suivi des posts (metriques saisies a la main).
Rendu via headless Chrome (meme pipeline que l'agent linkedin-visuals).
Related MCP server: LinkedIn MCP HTTP Server
Modele
Open-core : ce moteur est MIT, generique. Aucune donnee client dans le code :
chaque marque vit dans data/<token>/brand.json (+ history.json), pose via setup_brand.
Qui paie quoi : le client paie sa conso Claude (la redaction tourne chez lui) ; l'hebergeur paie juste le serveur (compute du rendu + quelques Ko de JSON par client).
Lancer en local
npm install
npm run mint -- "Nom du client" # cree un token, l'affiche
DATA_DIR=./data npm start # http://localhost:3000/mcp
curl localhost:3000/healthOnboarder un client (v1, sans UI)
npm run mint -- "Nom du client"=> un tokenlkm_....Envoyer au client par mail : l'URL
https://mcp.stacko.fr/mcp+Authorization: Bearer <token>.Le client branche ce connecteur MCP dans son Claude, lance
setup_brand(Claude l'interroge sur son brand book), puis genere ses posts + visuels.
Deploiement (monorepo Stacko)
Service Docker + route Caddy (ex. mcp.stacko.fr). Voir Dockerfile. Variables :
LINKEDIN_MCP_TOKEN (Bearer partage), PORT, CHROME_BIN.
Brancher cote client
Ajouter un connecteur MCP distant pointant sur https://mcp.stacko.fr/mcp,
header Authorization: Bearer <token>. 1 client = token partage suffit ;
plusieurs = passer a OAuth.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn intelligent bridge between Claude and LinkedIn. This MCP server empowers Claude to act as your high-level career consultant, capable of auditing your profile, optimizing your identity, and managing your professional content with real-time API access.Last updated1MIT
- Flicense-qualityDmaintenanceMCP server for posting and managing LinkedIn content, supporting personal and company accounts. Deployed on Cloudflare Workers with token management via KV.Last updated
- Alicense-qualityCmaintenanceA personal-use remote MCP server that lets you post to LinkedIn, queue/schedule drafts, and pull your own post analytics from Claude.Last updated27MIT
- Alicense-qualityCmaintenanceAI-powered LinkedIn automation server for content generation, profile/company data extraction, and connection request automation, integrating with MCP clients like Claude Desktop.Last updatedMIT
Related MCP Connectors
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
MCP server for LeadDelta — manage LinkedIn connections and CRM data via AI assistants.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/KelianMp4/linkedin-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server