Claude MCP workflow automates LinkedIn lead re-engagement with adaptive constraints

A developer shared a workflow using Claude with MCP (Model Context Protocol) to automate re-engagement with old LinkedIn connections. Instead of manually reviewing profiles and writing messages, the system handles the entire process.
Workflow breakdown
The system performs four main functions:
- Identifies and prioritizes leads (categorized as hot/warm)
- Detects basic engagement signals
- Generates contextual re-engagement messages
- Executes the outreach step
Constraint handling and results
In a test with 7 targeted leads:
- 5 messages were successfully sent
- 2 were skipped due to LinkedIn restrictions (connection settings/limits)
Instead of forcing actions that would violate platform constraints, the system suggested a fallback approach: engage with the person's content first, then retry the outreach later. This adaptive behavior made the workflow feel less like rigid automation.
Manual process replacement
The workflow replaces the manual process of:
- Opening individual profiles
- Checking context for each connection
- Writing personalized messages one by one
The developer noted they're still iterating on the scoring logic and prioritization aspects of the system, and expressed interest in hearing about other MCP workflows beyond basic text generation.
📖 Read the full source: r/ClaudeAI
👀 See Also

Senior Developer's 34-Day Claude Code Project: Solid Engineering, Critical Blind Spots
A tech executive with 35+ years experience used Claude Code to build a document conversion pipeline in 34 days, generating 300+ commits, 272 tests, and clean architecture. The project revealed critical blind spots around existing libraries and user feedback.

Developer builds macOS banking app with Claude Code in 6 weeks
A developer created simplebanking, a free open-source macOS menu bar app for German banks using Claude Code. The app shows live balances across multiple accounts, provides transaction search, subscription detection, and keeps all data locally.

Using Claude Code to Automatically Refresh OpenClaw OAuth Tokens
A developer shares a method using Claude Code to automatically rotate OpenClaw OAuth tokens every 8 hours, preventing expiration during long coding sessions. The approach requires keeping your computer on with an active Claude Code session.

OpenClaw user shares macOS desktop automation setup with Discord integration
A developer describes their OpenClaw configuration that enables Discord communication, website opening, local state inspection, screen capture, and desktop automation on macOS, noting macOS permission challenges with Screen Recording when running as a LaunchAgent.