linkedin-pages-mcp
MCP server for LinkedIn Company Page analytics, providing follower growth, demographics, page views, and engagement stats via the Community Management API.
README
linkedin-pages-mcp
MCP server for LinkedIn organization (Company Page) analytics via LinkedIn's Community Management API — follower growth and demographics, page views, post/share engagement, and video stats, surfaced to your AI assistant for analysis the native dashboard can't do.
Built for Claude Code and any MCP-compatible AI tool. Part of The SEO Engine toolkit by Lantern Row.
Scope & data policy
This server is intentionally read-only and limited to aggregate Page reporting data — the category LinkedIn permits storing for up to a year. It does not retrieve individual member-level data (who liked/commented and their profiles), which LinkedIn restricts to short-lived, in-app-only display and prohibits exporting. Keeping to aggregate Page metrics is both the compliant path and the genuinely useful one for trend analysis. There are no posting/write tools.
Access requirements (important)
Unlike most MCPs, this needs an approved LinkedIn developer app:
- A LinkedIn developer app owned by a registered business, associated with and verified by your Company Page.
- Approval for the Community Management API (Development tier to build, Standard tier for production — the latter requires a screencast demo).
- A Page admin completes the 3-legged OAuth flow to produce an access token.
See LinkedIn's app review process. Organic Page analytics is a supported use case; there is no follower minimum or partner-status gate, but approval is a manual review.
Configuration
{
"mcpServers": {
"linkedin-pages": {
"command": "npx",
"args": ["-y", "linkedin-pages-mcp"],
"env": {
"LINKEDIN_ACCESS_TOKEN": "your_3legged_member_token",
"LINKEDIN_CLIENT_ID": "your_app_client_id",
"LINKEDIN_CLIENT_SECRET": "your_app_client_secret",
"LINKEDIN_REFRESH_TOKEN": "your_refresh_token",
"LINKEDIN_ORGANIZATION_ID": "1234567"
}
}
}
}
LINKEDIN_ACCESS_TOKEN is the only hard requirement; the client id/secret/refresh trio enables automatic token refresh (access tokens last ~60 days).
Tools
| Tool | Description |
|---|---|
check_connection |
Verify the token; list Company Pages you administer. |
list_organizations |
Company Pages the authenticated member can manage. |
get_organization |
Page profile + total follower count. |
get_follower_statistics |
Follower growth + demographic breakdowns (seniority, function, industry, size, geo). |
get_page_statistics |
Page views / unique visitors by section and device. |
get_share_statistics |
Organic post impressions, clicks, reactions, comments, shares, engagement rate. |
list_posts |
An organization's posts (content + metadata). |
refresh_token |
Mint a fresh access/refresh token pair to persist into your .env. |
Statistics tools accept an optional start_ms/end_ms time range with DAY/WEEK/MONTH granularity; omit the range for lifetime/aggregate figures.
Notes
- Versioned API: requests send
Linkedin-Version(default202606). LinkedIn sunsets versions roughly yearly — bumpLINKEDIN_VERSIONwhen migrating. - Security: credentials come from environment variables only; the bearer token is never logged.
License
MIT © Lantern Row
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.