HL

HDW LinkedIn

Created 6 months ago

A Model Context Protocol (MCP) server that provides comprehensive access to LinkedIn data and functionalities using the HorizonDataWave API.

development documentation public

What is HDW LinkedIn?

Access to profile data and management of user account with [HorizonDataWave.ai](https://horizondatawave.ai/).

Documentation

HDW MCP Server

Features

  • LinkedIn Users Search: Filter and search for LinkedIn users by keywords, name, title, company, location, industry, and education.
  • Profile Lookup: Retrieve detailed profile information for a LinkedIn user.
  • Email Lookup: Find LinkedIn user details by email address.
  • Posts & Reactions: Retrieve a user's posts and associated reactions.
  • Account Management: Manage chat messages, connections, and comments.

Tools

HDW MCP Server exposes several tools through the MCP protocol, including searching LinkedIn users, retrieving profiles, and managing posts and connections.

Setup Guide# Installing via Smithery

To install HDW MCP Server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @horizondatawave/hdw-mcp-server --client claude
```\n\n### 1. Clone the Repository
Open your terminal and run the following commands:
```bash\n\n# Clone the repository
git clone https://github.com/horizondatawave/hdw-mcp-server.git\n\n# Change directory to the project folder
cd hdw-mcp-server\n\n# Install dependencies
npm install
```\n\n### 2. Obtain Your API Credentials
Register at app.horizondatawave.ai to get your API key and 100 free credits.\n\n### 3. Configure the Environment
Create a `.env` file in the root of your project with your credentials.\n\n### 4. Client Configuration
Update your client configuration files as needed.

Server Config

{
  "mcpServers": {
    "hdw-linkedin-server": {
      "command": "npx",
      "args": [
        "hdw-linkedin"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: HorizonDataWave
Category: community
License: MIT License
Tags:
development documentation public