linkedin-mcp

kyle-nelson-berkeley/linkedin-mcp
★ 0 stars Python AI/LLM Updated today
MCP server for editing your own LinkedIn profile from an AI agent, with a hard propose-then-approve split: the model drafts a diff, and a single code-gated tool is the only thing that can write.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "linkedin-mcp": {
      "command": "uvx",
      "args": [
        "linkedin-mcp"
      ]
    }
  }
}

Or install with pip: pip install linkedin-mcp

README Excerpt

MCP server for editing your own LinkedIn profile from Claude Code — with a hard **propose-then-approve** split: the model can *draft* a change and show you the diff, but only one tool can ever write, and it acts only on a proposal you have seen. **1. You bring your own LinkedIn app.** There is no shared or hosted service

Tools (7)

apply_proposalauth_startauth_statusdiscard_proposalget_profilelist_proposalspropose_edit

Topics

ai-agentsclaudeclaude-codelinkedinmcpmodel-context-protocolpython