LinkedIn Company Admin MCP
@negrueu
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
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"linkedin-company-admin": {
"command": "uvx",
"args": [
"linkedin-company-admin-mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「その他」の他のコンテンツ
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Nginx UI
0xJackyYet another WebUI for Nginx
コメント