LinkedIn Company Admin MCP
@negrueu
About LinkedIn Company Admin MCP
MCP server for LinkedIn Company Page administration. 24 tools covering page admin writes (about, logo, details), content (create/edit/delete/schedule/reshare/reply), growth (invite-to-follow, scheduled queue), plus employee-advocacy bridge tools (tag company, reshare as admin). B
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"linkedin-company-admin": {
"command": "uvx",
"args": [
"linkedin-company-admin-mcp"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is LinkedIn Company Admin MCP?
LinkedIn Company Admin MCP is a Model Context Protocol server that exposes 24 tools for LinkedIn Company Page administration, along with personal-to-company bridge tools for employee-advocacy workflows. It is browser-first, using Patchright (headless Chromium with stealth anti-detection), and fills the gap of browser-first administration of a LinkedIn Company Page not covered by existing LinkedIn MCPs.
How to use LinkedIn Company Admin MCP?
Install and run using uvx linkedin-company-admin-mcp --login for a one-time interactive login, then uvx linkedin-company-admin-mcp to run the MCP server on stdio. No credentials are stored; the session lives in a persistent profile protected with Unix permissions 0o700.
Key features of LinkedIn Company Admin MCP
- 24 tools grouped into session, company read, company admin, company content, company growth, and bridge categories
- Browser-first architecture via Patchright headless Chromium with stealth anti-detection
- Zero credentials stored; login is always interactive
- Selectors use aria-label/role/innerText only — no obfuscated CSS hashes
- Rate limiting applied to every write tool via
@rate_limited(...) - 13 tools end-to-end validated; 8 tools have explicit preconditions documented
Use cases of LinkedIn Company Admin MCP
- Administer a LinkedIn Company Page’s profile, posts, followers, mentions, and analytics
- Create, edit, delete, schedule, reshare, and reply to comments as the company
- Invite users to follow the company (capped at LinkedIn’s 250/month quota)
- Bridge personal-to-company workflows: tag company, reshare, comment as admin
FAQ from LinkedIn Company Admin MCP
What is the difference between this server and other LinkedIn MCPs?
This server focuses exclusively on Company Page administration and employee-advocacy workflows, whereas servers like stickerdaniel/linkedin-mcp-server cover personal LinkedIn profiles.
What are the runtime requirements?
A headless Chromium instance via Patchright; the server is run with uvx and requires Python.
Where does session data live?
No credentials are stored. The interactive login creates a persistent browser profile on disk with Unix permissions 0o700.
Are there any known limits?
The invite_to_follow tool is capped at LinkedIn’s quota of 250 invites per month. Some tools require preconditions (e.g., edit_logo needs an image, reply_comment needs an existing comment).
What transports and authentication are used?
The server communicates over stdio. Authentication is done via interactive login only; no API keys or stored credentials are used.
Frequently asked questions
What is the difference between this server and other LinkedIn MCPs?
This server focuses exclusively on Company Page administration and employee-advocacy workflows, whereas servers like `stickerdaniel/linkedin-mcp-server` cover personal LinkedIn profiles.
What are the runtime requirements?
A headless Chromium instance via Patchright; the server is run with `uvx` and requires Python.
Where does session data live?
No credentials are stored. The interactive login creates a persistent browser profile on disk with Unix permissions `0o700`.
Are there any known limits?
The `invite_to_follow` tool is capped at LinkedIn’s quota of 250 invites per month. Some tools require preconditions (e.g., `edit_logo` needs an image, `reply_comment` needs an existing comment).
What transports and authentication are used?
The server communicates over stdio. Authentication is done via interactive login only; no API keys or stored credentials are used.
Basic information
More Other MCP servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Awesome Mlops
visengerA curated list of references for MLOps
ICSS
chokcoco不止于 CSS

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments