An MCP Server for Linkedin API
Linkedin MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. An MCP Server for Linkedin API.
MCP server for interacting with Linkedin Community Management API.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
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 LinkedInTools — The Tools tool exposed by this serverRequirements — The Requirements tool exposed by this serverInstructions — The Instructions tool exposed by this serverDebugging — Start the MCP Inspector to debug this server, which is available as a package script:lts/jod) - pnpm 10 - a Linkedin client with Community Management API product installed and http://localhost:3001/callback added to the authorized redirect URLsPlenty 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.
| Tool | What it does |
|---|---|
| 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](https://github.com/modelcontextprotocol/inspector) to debug this server, which is available as a package script: |
{
"mcpServers": {
"linkedin": {
"url": "http://localhost:3001/sse"
}
}
}Configuration as documented by the project. Restart the client after saving.
lts/jod) - pnpm 10 - a Linkedin client with Community Management API product installed and http://localhost:3001/callback added to the authorized redirect URLsKill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.