Skip to main content

A powerful LinkedIn profile analyzer MCP server that interacts with LinkedIn's API to fetch, analyze, and manage LinkedIn posts data.

Project description

LinkedIn Profile Analyzer MCP

A powerful LinkedIn profile analyzer MCP (Model Context Protocol) server that interacts with LinkedIn's API to fetch, analyze, and manage LinkedIn posts data. This MCP is specifically designed to work with Claude AI.

Features

  • Fetch and store LinkedIn posts for any public profile
  • Search through posts with keyword filtering
  • Get top performing posts based on engagement metrics
  • Filter posts by date range
  • Paginated access to stored posts
  • Easy integration with Claude AI

Prerequisites

  • Python 3.7+
  • RapidAPI key for LinkedIn Data API
  • Claude AI access

Getting Started

1. Get RapidAPI Key

  1. Visit LinkedIn Data API on RapidAPI
  2. Sign up or log in to RapidAPI
  3. Subscribe to the LinkedIn Data API
  4. Copy your RapidAPI key from the dashboard

2. Installation

  1. Clone the repository:
git clone https://github.com/rugvedp/linkedin-mcp.git
cd linkedin-mcp
  1. Install dependencies:
pip install -r requirements.txt
  1. Set up environment variables:
    • Create a .env file
    • Add your RapidAPI key:
RAPIDAPI_KEY=your_rapidapi_key_here

Project Structure

linkedin-mcp/
├── main.py              # Main MCP server implementation
├── mcp.json            # MCP configuration file
├── requirements.txt    # Python dependencies
├── .env               # Environment variables
└── README.md          # Documentation

MCP Configuration

The mcp.json file configures the LinkedIn MCP server:

{
  "mcpServers": {
    "LinkedIn Updated": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "mcp",
        "run",
        "path/to/your/script.py"
      ]
    }
  }
}

Make sure to update the path in args to match your local file location.

Available Tools

1. fetch_and_save_linkedin_posts

Fetches LinkedIn posts for a given username and saves them locally.

fetch_and_save_linkedin_posts(username: str) -> str

2. get_saved_posts

Retrieves saved posts with pagination support.

get_saved_posts(start: int = 0, limit: int = 10) -> dict

3. search_posts

Searches posts for specific keywords.

search_posts(keyword: str) -> dict

4. get_top_posts

Returns top performing posts based on engagement metrics.

get_top_posts(metric: str = "Like Count", top_n: int = 5) -> dict

5. get_posts_by_date

Filters posts within a specified date range.

get_posts_by_date(start_date: str, end_date: str) -> dict

Using with Claude

  1. Initialize the MCP server in your conversation with Claude
  2. Use the available tools through natural language commands
  3. Claude will help you interact with LinkedIn data using these tools

API Integration

This project uses the following endpoint from the LinkedIn Data API:

  • GET /get-profile-posts: Fetches posts from a LinkedIn profile
    • Base URL: https://linkedin-data-api.p.rapidapi.com
    • Required Headers:
      • x-rapidapi-key: Your RapidAPI key
      • x-rapidapi-host: linkedin-data-api.p.rapidapi.com

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

Rugved Patil

Repository

linkedin-mcp

Acknowledgments

  • RapidAPI for providing LinkedIn data access
  • Anthropic for Claude AI capabilities

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iflow_mcp_linkedin_mcp-0.1.3.tar.gz (5.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

iflow_mcp_linkedin_mcp-0.1.3-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

Details for the file iflow_mcp_linkedin_mcp-0.1.3.tar.gz.

File metadata

  • Download URL: iflow_mcp_linkedin_mcp-0.1.3.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.10 {"installer":{"name":"uv","version":"0.9.10"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for iflow_mcp_linkedin_mcp-0.1.3.tar.gz
Algorithm Hash digest
SHA256 34d731fdab3259de5089d20dbf1f0753250f36caaa54754a2ee5056f9e11741b
MD5 257cd3c60f2c753203e8ca0a095309fc
BLAKE2b-256 cfe3b6cbd5d6858e7a5a1dc5a293297bcf3e4e66cf9c7f87ed88d8021d843e6c

See more details on using hashes here.

File details

Details for the file iflow_mcp_linkedin_mcp-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: iflow_mcp_linkedin_mcp-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 13.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.10 {"installer":{"name":"uv","version":"0.9.10"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for iflow_mcp_linkedin_mcp-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 1f6e827d86efe74dff86309944578e7bcdd3c88b38f6f26416f4da73d4c8111d
MD5 f97abcdc58d40759fba14dba00d72695
BLAKE2b-256 bf354984a523f4fdbba31f18bf00f267ca4439404d28d32941a8ccbb546fe13a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page