Skip to main content
Glama
fredericbarthelet

LinkedIn MCP Server

Linkedin MCP Server

MCP server for interacting with Linkedin Community Management API.

This MCP server:

⚠️ Disclaimer: The Third-Party Authorization Flow proposal status is currently in draft. The only MCP client, to my knowledge, that currently implements this specification of the protocol is the MCP Inspector

Features

Tools

  • user-info - Get current logged in user infos (name, headline and profile picture)

  • create-post - Create a new post on LinkedIn

Related MCP server: LinkedIn MCP Server

Installation

Follow those instructions to run Linkedin MCP server on your host. You'll need to provide your own Linkedin client.

Requirements

  • Node 22 (lts/jod)

  • pnpm 10

  • a Linkedin client with Community Management API product installed and http://localhost:3001/callback added to the authorized redirect URLs

Instructions

  • Install dependencies:

pnpm install
  • Create env file and populate with your Linkedin client credentials and a random string secret value for JWT_SECRET:

cp .env.template .env && vi .env
  • Run the server:

pnpm run dev
  • Configure your favorite MCP client to use this new server:

{
  "mcpServers": {
    "linkedin": {
      "url": "http://localhost:3001/sse"
    }
  }
}

Debugging

Start the MCP Inspector to debug this server, which is available as a package script:

pnpm run inspector

Access the inspector in your browser at http://localhost:5173

Acknowledgment

A
license - permissive license
-
quality - not tested
D
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

  • Give AI agents the LinkedIn tools to find, qualify, engage, and follow up with prospects.

  • Scrape and analyze public LinkedIn posts as structured JSON via the Apify LinkedIn Posts API.

  • Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.

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/fredericbarthelet/linkedin-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server