Skip to main content
Glama
KelianMp4

linkedin-mcp

by KelianMp4

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/health

Onboarder un client (v1, sans UI)

  1. npm run mint -- "Nom du client" => un token lkm_....

  2. Envoyer au client par mail : l'URL https://mcp.stacko.fr/mcp + Authorization: Bearer <token>.

  3. 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.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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