Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Linkedin Growth

FreeMaintained

MCP server for LinkedIn — post to your profile via the official free API. 3 tools. Live on npm as @mj4384963/linkedin-growth-mcp.

GitHubEmbed

About

MCP server for LinkedIn — post to your profile via the official free API. 3 tools. Live on npm as @mj4384963/linkedin-growth-mcp.

README

Custom MCP (Model Context Protocol) server for LinkedIn — post to your profile via the official (free) LinkedIn API.

Published on npm: @mj4384963/linkedin-growth-mcp

3 Tools

Tool What it does
post_to_linkedin Publish a text post to your profile
post_with_link Publish a post with a link preview card (GitHub repo, demo, article)
get_my_profile Get your profile basics (name, email, person URN)

Note: LinkedIn's public API only allows posting to your own profile (free). Follows, comments, feed reading are NOT available in the public API — those are partner-only.

Setup (one time)

1. Create a LinkedIn Developer App

  • Go to linkedin.com/developers/apps → Create app
  • Add products: "Share on LinkedIn" + "Sign In with LinkedIn using OpenID Connect"
  • In Auth tab, add redirect URL: http://localhost:8914/callback
  • Copy Client ID + Client Secret

2. Get your access token (60-day validity)

npx -y @mj4384963/linkedin-growth-mcp   # no — for auth use:
git clone https://github.com/my5757980/linkedin-growth-mcp
cd linkedin-growth-mcp && npm install
# put LINKEDIN_CLIENT_ID + LINKEDIN_CLIENT_SECRET in .env
npm run auth   # opens OAuth flow, prints LINKEDIN_ACCESS_TOKEN

3. Connect to Claude Code

claude mcp add linkedin-growth -s user \
  -e LINKEDIN_ACCESS_TOKEN=your_token \
  -- npx -y @mj4384963/linkedin-growth-mcp@latest

Stack

  • Node.js (ES modules) · @modelcontextprotocol/sdk · LinkedIn REST API (ugcPosts + OpenID userinfo) · stdio transport

Built by Muhammad Yaseen · LinkedIn · @MuhammadYa5968

from github.com/my5757980/linkedin-growth-mcp

Installing Linkedin Growth

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/my5757980/linkedin-growth-mcp

FAQ

Is Linkedin Growth MCP free?

Yes, Linkedin Growth MCP is free — one-click install via Unyly at no cost.

Does Linkedin Growth need an API key?

No, Linkedin Growth runs without API keys or environment variables.

Is Linkedin Growth hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Linkedin Growth in Claude Desktop, Claude Code or Cursor?

Open Linkedin Growth 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

Compare Linkedin Growth with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs