MCP server
LinkedIn MCP server
LinkedIn has no official MCP server, and its API is one of the hardest to access: publishing and analytics require approval into LinkedIn's partner programs. Modiva already holds that access and hosts a LinkedIn MCP server with 15 typed tools, so an agent can publish to profiles and company pages and read page analytics through one key.
Community LinkedIn MCP servers mostly rely on scraping or cookie sessions because the official API is locked behind partner review. Modiva goes through the front door: an approved LinkedIn app, hosted OAuth and typed tools for posting, scheduling and company-page analytics. That means no cookies to refresh and no terms-of-service gray zone.
15 typed LinkedIn tools
Grouped by resource, not by platform — so the same tool names work across every connected account.
accounts_
list · health · status
posts_
create · cross_post · schedule · publish_now
comments_
list · reply
messages_
list · send · inbox
analytics_
unified · best_time_to_post
Add it to your AI client
Point any MCP-compatible client (Claude, Cursor, Windsurf, …) at the hosted server and the LinkedIn tools are discovered automatically.
{
"mcpServers": {
"modiva": {
"url": "https://mcp.modiva.ai/v1",
"headers": { "Authorization": "Bearer mk_live_…" }
}
}
}Connect LinkedIn to your agent
Get your MCP key — freeFAQ
Can it post to both personal profiles and company pages?
Yes. You choose what to connect during OAuth. The posts_ tools publish to a member profile or any company page you admin, and analytics_ covers the company-page side.
Why is there no official LinkedIn MCP server?
LinkedIn has not shipped one. Its API strategy is partner-based: developers apply for programs like the Marketing Developer Platform. Modiva maintains that access so you do not have to apply yourself.
Is this scraping or session-cookie automation?
No. Every call runs through LinkedIn's official API with OAuth tokens the member granted. That keeps accounts safe and the integration stable across LinkedIn UI changes.
What analytics can an agent pull?
Company-page analytics such as impressions, clicks and follower growth via the analytics_ tools. Personal-profile analytics are limited by LinkedIn's API itself.
Related
Modiva is a hosted, multi-tenant MCP server. Your LinkedIn tokens are encrypted and never shared between workspaces.