Back to Home
Dishant27 icon

linkedin-mcp-server

Verified Safe

by Dishant27

Overview

Interacts with the LinkedIn API to search profiles, retrieve details, search jobs, and send messages, enabling LLMs to access professional network data.

Installation

Run Command
npm start

Environment Variables

  • LINKEDIN_CLIENT_ID
  • LINKEDIN_CLIENT_SECRET

Security Notes

Uses environment variables for credentials (LINKEDIN_CLIENT_ID, LINKEDIN_CLIENT_SECRET) and implements OAuth 2.0. The current authentication flow uses the `client_credentials` grant type, which is primarily for server-to-server application access and may not support all user-specific LinkedIn API endpoints (e.g., sending messages, retrieving the authenticated user's profile or network statistics) that typically require an 'Authorization Code Flow' with user consent. Zod is used for input validation on MCP tool parameters. No 'eval' or malicious patterns found. API endpoints are hardcoded, but these are official LinkedIn URLs.

Similar Servers

Stats

Interest Score42
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars31
Forks13
Last Update2025-12-15

Tags

LinkedIn APIMCPLLM IntegrationProfessional NetworkingDeveloper Tools