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
Basic information
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
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Other MCP servers
🚀 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,
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Awesome Mlops
visengerA curated list of references for MLOps
Servers
modelcontextprotocolModel Context Protocol 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.
Comments