PluginBench
MCP Server

com.mambabuilt/mcp-linkedin-post-engager-capture MCP Server

com.mambabuilt/mcp-linkedin-post-engager-capture

What is the com.mambabuilt/mcp-linkedin-post-engager-capture MCP server?

Track LinkedIn posts from profiles and company pages, with the commenters LinkedIn shows publicly.

How to install com.mambabuilt/mcp-linkedin-post-engager-capture

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • APIFY_TOKEN
    required
    secret

    Apify API token from https://console.apify.com/account/integrations

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-linkedin-post-engager-capture": {
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-linkedin-post-engager-capture"
      ],
      "env": {
        "APIFY_TOKEN": "<YOUR_APIFY_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-linkedin-post-engager-capture": {
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-linkedin-post-engager-capture"
      ],
      "env": {
        "APIFY_TOKEN": "<YOUR_APIFY_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-linkedin-post-engager-capture": {
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-linkedin-post-engager-capture"
      ],
      "env": {
        "APIFY_TOKEN": "<YOUR_APIFY_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-linkedin-post-engager-capture": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-linkedin-post-engager-capture"
      ],
      "env": {
        "APIFY_TOKEN": "<YOUR_APIFY_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-linkedin-post-engager-capture --env APIFY_TOKEN=<YOUR_APIFY_TOKEN> -- npx -y @mambalabsdev/mcp-linkedin-post-engager-capture

Related MCP servers

Resolves a company domain or name to its LinkedIn URL with confidence and firmographics.

2
JavaScript
MIT
View repository →

Scores a company against your ICP with weighted signals. Returns score, tier, and breakdown.

2
JavaScript
MIT
View repository →

Scans Greenhouse, Lever, Ashby, Workday, Rippling for roles in any category. Clay-ready.

2
JavaScript
MIT
View repository →

Enrich a company domain into firmographics via Apify: employees, industry, HQ, revenue, logo, age.

1
JavaScript
MIT
View repository →

Audit a domain email deliverability via Apify: SPF, DKIM, DMARC, MX, blacklist, catch-all, age.

1
JavaScript
MIT
View repository →

Detects GTM hiring activity from company career pages via Greenhouse, Lever, Ashby. Clay-ready.

1
JavaScript
MIT
View repository →