linkedin-pages-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@linkedin-pages-mcpShow follower demographics for last quarter"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: linkedin-pages-mcp
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 |
| Verify the token; list Company Pages you administer. |
| Company Pages the authenticated member can manage. |
| Page profile + total follower count. |
| Follower growth + demographic breakdowns (seniority, function, industry, size, geo). |
| Page views / unique visitors by section and device. |
| Organic post impressions, clicks, reactions, comments, shares, engagement rate. |
| An organization's posts (content + metadata). |
| Mint a fresh access/refresh token pair to persist into your |
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
Maintenance
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
- Alicense-qualityCmaintenanceMCP server for LinkedIn Company Page administration. Enables reading analytics, managing posts, editing page details, growing followers, and bridging personal profile for employee advocacy workflows.Last updatedMIT
- Alicense-qualityDmaintenanceMCP server for managing LinkedIn Company Pages via the official Community Management API. Post content, manage comments, track analytics, and more through the Model Context Protocol.Last updated1MIT
- Flicense-qualityCmaintenanceMCP server for LinkedIn API integration. Enables authentication, profile access, connections, search, messaging, and feed management via OAuth2.Last updated
- Flicense-qualityCmaintenanceA production-ready MCP server for interacting with the LinkedIn API, enabling profile lookup, post creation and deletion, image posting, and organization page management through a secure tool-based interface.Last updated
Related MCP Connectors
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
MCP server for LeadDelta — manage LinkedIn connections and CRM data via AI assistants.
Lusha MCP server for authorized business profile, usage, and buying-signal insights.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/lanternrow/linkedin-pages-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server