install

install is a command for Claude Code from BlockchainHB/linkedin-scraper-mcp. It costs 10 tokens per session (261 once invoked), scanned A, original, MIT.

A setup command for installing and configuring a LinkedIn data-scraping server for Claude Desktop or Cursor. It checks the local Node.js and npm setup and creates the needed connection settings.

In plain words
What is it for?
Use it to install the server, check for an Apify API key, choose local or cloud use, and prepare Claude Desktop or Cursor settings.
Why use it?
It avoids manually figuring out dependencies, configuration-file locations, and whether the server is ready to run.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/blockchainhb/linkedin-scraper-mcp/install
Clone the repo
git clone --depth 1 https://github.com/BlockchainHB/linkedin-scraper-mcp

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for install

README.md
[![agentmods](https://agentmods.dev/badge/commands/blockchainhb/linkedin-scraper-mcp/install.svg)](https://agentmods.dev/commands/blockchainhb/linkedin-scraper-mcp/install)
Your own site
<a href="https://agentmods.dev/commands/blockchainhb/linkedin-scraper-mcp/install"><img src="https://agentmods.dev/badge/commands/blockchainhb/linkedin-scraper-mcp/install.svg" alt="Measured on agentmods" height="20"></a>
Per session 10 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 261 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00010 $0.00261
Opus 5 $0.00005 $0.00130
Sonnet 5 $0.00002 $0.00052
Haiku 4.5 $0.00001 $0.00026

Measured 3d ago against content hash 676bb329db35, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

install scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/install.md · 28 lines

What it actually says

Install LinkedIn Scraper MCP

Help me set up the LinkedIn Scraper MCP server for Claude Desktop or Cursor.

Current Environment

  • OS: !uname -s
  • Node version: !node --version 2>/dev/null || echo "not installed"
  • npm version: !npm --version 2>/dev/null || echo "not installed"

Steps

  1. Check if Node.js 18+ is installed, if not provide installation instructions
  2. Clone or verify the repo exists
  3. Run npm install
  4. Check if wrangler is configured with an Apify API key
  5. Determine if user wants local dev or cloud deployment
  6. Generate the appropriate MCP client config for their setup:
    • For Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
    • For Cursor: .cursor/mcp.json in project root
  7. Provide next steps and usage examples

Be concise but thorough. Ask if they have an Apify API key ready.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 28 lines · 10 tokens per session scan A 676bb329db35

Subscribe to this mod's changes

install is a command published in the GitHub repository BlockchainHB/linkedin-scraper-mcp (0 stars, last pushed 8mo ago), licensed MIT. It adds 10 tokens to every session and 261 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.