Back to Apps

LinkedIn MCP
Supports UIby ayushmandas62-cloud
Connect Claude to LinkedIn to manage your profile, create professional posts, and plan your content strategy with a rich React UI.
0 stars
Works in:claude
Exposes:ToolsResourcesPrompts
What it does
LinkedIn MCP transforms Claude into a professional social media manager. It renders a rich React-based interface within MCP-enabled hosts, allowing you to authenticate via OAuth 2.0 and interact directly with your LinkedIn account.
Key features
- Content Creation & Planning: Generate professional posts, create 7-day content plans, and use a built-in post advisor to score and improve drafts before publishing.
- Profile Management: Retrieve profile details and analyze completeness to optimize your professional presence.
- Direct Publishing: Post text and image content directly to your feed (public or connections-only) without leaving your AI assistant.
- OAuth Integration: Secure, standardized authentication flow with easy credential management.
Installation
- Claude Desktop: Add the following to
claude_desktop_config.json:
{
"mcpServers": {
"linkedin": {
"command": "node",
"args": ["/absolute/path/to/linkedin-mcp/dist/main.js", "--stdio"],
"env": {
"LINKEDIN_CLIENT_ID": "your_client_id",
"LINKEDIN_CLIENT_SECRET": "your_client_secret"
}
}
}
}
- Claude.ai Web / Claude Code: Set up an HTTP server (default port 3001) and add the URL
http://localhost:3001/mcpto your MCP settings.
Supported hosts
Confirmed for Claude Desktop and Claude.ai (via HTTP).
Quick install
npm install && npm run build && npm run serveInformation
- Pricing
- free
- Published
- 7/18/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
claude-ai
http://localhost:3001/mcpClaude Desktop
{"mcpServers": {"linkedin": {"command": "node", "args": ["/absolute/path/to/linkedin-mcp/dist/main.js", "--stdio"], "env": {"LINKEDIN_CLIENT_ID": "your_client_id", "LINKEDIN_CLIENT_SECRET": "your_client_secret"}}}}





