Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

LinkedIn Post

БесплатноНе проверен

An MCP server that lets you publish posts to your LinkedIn profile using the official LinkedIn API, with support for markdown formatting and OAuth authenticatio

GitHubEmbed

Описание

An MCP server that lets you publish posts to your LinkedIn profile using the official LinkedIn API, with support for markdown formatting and OAuth authentication.

README

An MCP (Model Context Protocol) server that lets an MCP client (e.g. Claude) publish posts to a LinkedIn profile via the official LinkedIn API.

How it works

  • 3-legged OAuth (member token) against LinkedIn (openid profile w_member_social) — the member authorizes once, the resulting access/refresh token is persisted locally and refreshed automatically.
  • FastMCP server, HTTP transport on /sse. Authentication towards the MCP client is expected to be handled upstream (e.g. by an MCP gateway); here OAuth is only towards LinkedIn.
  • Tools: import an existing token, run the interactive OAuth flow, post a text post (supports markdown formatting → LinkedIn richtext), inspect token state.

Setup

See SETUP.md for the full LinkedIn app configuration (credentials, redirect URI, scopes) and server deployment.

Quick start

python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env   # then fill in LINKEDIN_CLIENT_ID / LINKEDIN_CLIENT_SECRET
python oauth_cli.py auth   # interactive 3-legged OAuth
python server.py            # start the MCP server

Configuration

All settings come from environment variables (see .env.example):

Variable Description
LINKEDIN_CLIENT_ID / LINKEDIN_CLIENT_SECRET LinkedIn app credentials
LINKEDIN_REDIRECT_URI Must match an authorized redirect URL in the LinkedIn app
LINKEDIN_SCOPES openid profile w_member_social
LINKEDIN_VERSION LinkedIn API version (YYYYMM)
BASE_URL / PORT Where the server listens
TOKEN_PATH Where the persisted member token is stored (perm 600)

License

MIT

from github.com/Raffaele86/linkedin-post-mcp

Установка LinkedIn Post

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/Raffaele86/linkedin-post-mcp

FAQ

LinkedIn Post MCP бесплатный?

Да, LinkedIn Post MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для LinkedIn Post?

Нет, LinkedIn Post работает без API-ключей и переменных окружения.

LinkedIn Post — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить LinkedIn Post в Claude Desktop, Claude Code или Cursor?

Открой LinkedIn Post на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare LinkedIn Post with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development