MCP.so
登录
L

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

基本信息

分类

其他

传输方式

stdio

发布者

negrueu

提交者

Marian Negru

配置

使用下面的配置,将此服务器添加到你的 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 服务器