Linkedin MCP Server

An MCP Server for Linkedin API

Remote serverstreamable-http

What is the Linkedin MCP server?

Linkedin MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. An MCP Server for Linkedin API.

What you get

MCP server for interacting with Linkedin Community Management API.

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

What the assistant can call

Once Linkedin is connected, these are the calls the assistant has available:

  • user-info — Get current logged in user infos (name, headline and profile picture)
  • create-post — Create a new post on LinkedIn
  • Tools — The Tools tool exposed by this server
  • Requirements — The Requirements tool exposed by this server
  • Instructions — The Instructions tool exposed by this server
  • Debugging — Start the MCP Inspector to debug this server, which is available as a package script:

Configuration and credentials

  • 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

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the linkedin mcp server does with a few real requests.

Choosing this one

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Linkedin's toolset — user-info, create-post, Tools and 3 more — is a fair guide to whether it matches your workflow. It is maintained by fredericbarthelet; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
user-infoGet current logged in user infos (name, headline and profile picture)
create-postCreate a new post on LinkedIn
ToolsThe Tools tool exposed by this server.
RequirementsThe Requirements tool exposed by this server.
InstructionsThe Instructions tool exposed by this server.
DebuggingStart the [MCP Inspector](https://github.com/modelcontextprotocol/inspector) to debug this server, which is available as a package script:

How to install the Linkedin MCP server

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

Configuration as documented by the project. Restart the client after saving.

Configuration

  • 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

Example prompts to try

  • Use Linkedin to user-info.
  • Use Linkedin to create-post.
  • Use Linkedin to Tools.

Frequently asked questions

Node 22 (lts/jod), pnpm 10, and a LinkedIn client with the Community Management API product installed and `http://localhost:3001/callback` as an authorized redirect URL.