Pegasus Heavy Industries

Pegasus Heavy Industries

Open Source Developer • Just now •

🚀 Introducing LinkedIn MCP Server

Excited to share the LinkedIn MCP Server - a comprehensive Model Context Protocol integration that brings LinkedIn's power directly to AI assistants like Claude, Cursor, and more!

Built with TypeScript and the modern McpServer API, this project enables AI agents to manage your entire LinkedIn profile through natural language. No more context switching between your AI assistant and LinkedIn!

💼 18 powerful tools • ✅ 85%+ test coverage • ⚡ Production ready

Pegasus Heavy Industries

Pegasus Heavy Industries

1 hour ago •

📦 Getting Started - Installation Guide

Setting up the LinkedIn MCP Server is incredibly simple! Here's how to get it running in Claude Desktop in less than 2 minutes:

Step 1: Configure Claude Desktop

Open your config file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • Linux: ~/.config/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "linkedin": {
      "command": "npx",
      "args": ["-y", "@pegasusheavy/linkedin-mcp"],
      "env": {
        "LINKEDIN_ACCESS_TOKEN": "your_token_here"
      }
    }
  }
}

Step 2: Restart & Verify

Restart Claude Desktop and try:

  • "Can you show me my LinkedIn profile?"
  • "Add TypeScript to my LinkedIn skills"
  • "What are my recent LinkedIn posts?"

🎯 Also works with: Cursor IDE, Cline, Continue, and any MCP-compatible client!

📚 Full docs: github.com/pegasusheavy/linkedin-mcp

Pegasus Heavy Industries

Pegasus Heavy Industries

2 hours ago •

✨ Key Features & Capabilities

Here's what makes the LinkedIn MCP Server a game-changer for AI-powered LinkedIn management:

Profile Management

Add, update, and delete skills, positions, education, certifications, publications, and languages - all through natural language.

Social Features

View profiles, posts, and connections. Share new content on LinkedIn directly from your AI assistant.

Modern Tech Stack

Built with TypeScript, McpServer API v1.24+, Zod validation, and comprehensive test suite (65 tests).

Production Ready

85%+ test coverage, type-safe with Zod schemas, CI/CD with GitHub Actions, and extensive error handling.

18
MCP Tools
65
Test Cases
85%+
Coverage
100%
TypeScript
Pegasus Heavy Industries

Pegasus Heavy Industries

3 hours ago •

🛠️ All 18 Available Tools

The LinkedIn MCP Server provides 18 powerful tools organized into two categories:

Social & Content Tools (5)

get_linkedin_profile

View your LinkedIn profile information

get_linkedin_posts

Retrieve your recent posts with engagement metrics

share_linkedin_post

Share new content on LinkedIn

get_linkedin_connections

View your professional connections

search_linkedin_people

Search for professionals by keywords

Profile Management Tools (13)

Skills
add_linkedin_skill
delete_linkedin_skill
Work Experience
add_linkedin_position
update_linkedin_position
delete_linkedin_position
Education
add_linkedin_education
delete_linkedin_education
Certifications
add_linkedin_certification
delete_linkedin_certification
Publications
add_linkedin_publication
delete_linkedin_publication
Languages
add_linkedin_language
delete_linkedin_language
Pegasus Heavy Industries

Pegasus Heavy Industries

4 hours ago •

🤝 Open Source & Contributing

This project is open source and released under the MIT License. We welcome contributions from the community!

Ways to contribute:

  • Report bugs or request features via GitHub Issues
  • Submit pull requests for bug fixes or new features
  • Improve documentation
  • Share your use cases and feedback
  • Star the repo if you find it useful! ⭐

Copyright © 2025 Pegasus Heavy Industries • MIT License