# Linkedin Mcp Pro

> LinkedIn API for AI agents — 54 MCP tools, ban-safety gates, web UI, install wizard. No Voyager posting. MIT.

- **Type:** MCP server
- **Install:** `agentstack add mcp-horizonbymuneeb-linkedin-mcp-pro`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [horizonbymuneeb](https://agentstack.voostack.com/s/horizonbymuneeb)
- **Installs:** 0
- **Category:** [Web & Browser](https://agentstack.voostack.com/c/web-and-browser)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [horizonbymuneeb](https://github.com/horizonbymuneeb)
- **Source:** https://github.com/horizonbymuneeb/linkedin-mcp-pro

## Install

```sh
agentstack add mcp-horizonbymuneeb-linkedin-mcp-pro
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# LinkedIn MCP Pro

> **LinkedIn automation for AI agents — 54 MCP tools, ban-safety gates, full web dashboard, MIT licensed.**

[](https://github.com/horizonbymuneeb/linkedin-mcp-pro)
[](https://github.com/horizonbymuneeb/linkedin-mcp-pro/releases)
[](https://www.python.org/)
[](LICENSE)
[](https://horizonbymuneeb.github.io/linkedin-mcp-pro/)

**[📚 Full documentation](https://horizonbymuneeb.github.io/linkedin-mcp-pro/)** · **[Quickstart](https://horizonbymuneeb.github.io/linkedin-mcp-pro/getting-started/quickstart/)** · **[API reference](https://horizonbymuneeb.github.io/linkedin-mcp-pro/reference/api/)** · **[MCP tools](https://horizonbymuneeb.github.io/linkedin-mcp-pro/reference/mcp-tools/)**

---

## What is it?

**LinkedIn MCP Pro** is a [Model Context Protocol](https://modelcontextprotocol.io/) server that gives any AI agent a complete LinkedIn workflow:

- ✍️ **Compose** posts (manual / AI / template)
- 📅 **Schedule** posts via cron-like queue
- 💬 **Engage** with comments, DMs, mentions
- 🔍 **Search** jobs with match scoring + auto cover letter
- 📊 **Analytics** with engagement heatmaps + A/B testing
- 🛡 **Ban-safety gates** on every write path

It ships with a unified **web dashboard** (15 pages) and **10 CLI commands**.

---

## ⚡ Quick start

```bash
# Install
pipx install git+https://github.com/horizonbymuneeb/linkedin-mcp-pro.git@v2.3.2

# Start dashboard
linkedin-mcp-web --host 0.0.0.0 --port 8080

# Or run as stdio MCP server for AI agents
linkedin-mcp-pro serve
```

Open  for the dashboard, or wire your agent:

```bash
linkedin-mcp-install add claude-desktop    # or cursor, cline, windsurf, zed, ...
```

Full guide: **[Quickstart](https://horizonbymuneeb.github.io/linkedin-mcp-pro/getting-started/quickstart/)**

---

## 📊 What's inside

| Surface | Count |
|---------|-------|
| **MCP tools** | 54 (across 10 families) |
| **REST endpoints** | 60+ |
| **CLI commands** | 10 |
| **Dashboard pages** | 15 (unified Linear+LinkedIn design system) |
| **Tests** | 721 passing |

---

## 🖼 Dashboard preview

The dashboard at `/` is a unified shell — same sidebar, topbar, design tokens across every page:

- **Workspace**: Home, Drafts, Schedule, Engage, **Jobs**, Analytics
- **Account**: Connect, Cookies, Profile
- **Configure**: LLM, Safety, Audit, Install, Settings, Templates

Design system: **Linear dark mode** (`#5e6ad2` accent) + **LinkedIn content cards** (`#0a66c2` brand).

See [Dashboard tour](https://horizonbymuneeb.github.io/linkedin-mcp-pro/guides/dashboard/) for a walkthrough.

---

## 🤖 Agent support

Works with any MCP host:

- Claude Desktop (macOS / Linux / Windows)
- Claude Code
- Cursor
- Cline (VS Code)
- Continue.dev
- Windsurf
- Zed
- Open WebUI
- LibreChat
- LobeChat

Full setup: [Agent setup guide](https://horizonbymuneeb.github.io/linkedin-mcp-pro/getting-started/agents/)

---

## 🛡 Safety

Every write path runs through a **ban-safety gate**:

- Daily action caps (per-account configurable)
- Velocity windows (no more than N actions per hour)
- Content pattern checks (LinkedIn spam triggers blocked)
- Duplicate detection (no identical posts within 7 days)
- Rate-limit backoff when LinkedIn throttles

The gate is **always on** — there is no `--unsafe` flag. See [safety.md](https://horizonbymuneeb.github.io/linkedin-mcp-pro/operations/safety/).

---

## 📦 What ships

```
linkedin-mcp-pro/
├── linkedin_mcp/                # Core package
│   ├── static/                  # 16 HTML pages + unified shell
│   ├── jobs/                    # Jobs module (CV, search, apply, tracker)
│   ├── tools/                   # 17 tool modules
│   ├── cli*.py                  # 10 CLI entry points
│   └── web.py                   # FastAPI server
├── tests/                       # 721 tests
├── scripts/
│   └── e2e_test.py             # Full E2E smoke test (64 checks)
├── docs/                        # MkDocs Material documentation
├── mkdocs.yml                   # Docs build config
├── install.sh / install.ps1     # One-line installers
└── README.md                    # This file
```

---

## 🧪 Development

```bash
git clone https://github.com/horizonbymuneeb/linkedin-mcp-pro.git
cd linkedin-mcp-pro
pip install -e .
pytest tests/                    # 721 tests
python scripts/e2e_test.py       # E2E smoke (64 checks)

# Build docs locally
pip install mkdocs mkdocs-material pymdown-extensions
mkdocs serve                     # → http://127.0.0.1:8000
```

---

## 📄 License

MIT © [horizonbymuneeb](https://github.com/horizonbymuneeb)

See [LICENSE](LICENSE).

---

## 🔗 Links

- 📚 [Documentation](https://horizonbymuneeb.github.io/linkedin-mcp-pro/)
- 🐛 [Issue tracker](https://github.com/horizonbymuneeb/linkedin-mcp-pro/issues)
- 💬 [Discussions](https://github.com/horizonbymuneeb/linkedin-mcp-pro/discussions)
- 🚀 [Releases](https://github.com/horizonbymuneeb/linkedin-mcp-pro/releases)

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [horizonbymuneeb](https://github.com/horizonbymuneeb)
- **Source:** [horizonbymuneeb/linkedin-mcp-pro](https://github.com/horizonbymuneeb/linkedin-mcp-pro)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-horizonbymuneeb-linkedin-mcp-pro
- Seller: https://agentstack.voostack.com/s/horizonbymuneeb
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
