MCP.so
登录

LinkedInMCP: Revolutionizing LinkedIn API Interactions

@Dishant27

关于 LinkedInMCP: Revolutionizing LinkedIn API Interactions

Model Context Protocol (MCP) server for LinkedIn API integration

基本信息

分类

开发工具

许可证

MIT

运行时

node

传输方式

stdio

发布者

Dishant27

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is LinkedInMCP?

LinkedInMCP is a Model Context Protocol (MCP) server that provides a flexible, context-rich interface for interacting with the LinkedIn API. It is built for developers and LLMs (like Claude or OpenAI) to enable intelligent, type-safe LinkedIn data retrieval and operations.

How to use LinkedInMCP?

Clone the repository, install dependencies with npm, create a .env file with your LinkedIn Client ID and Client Secret, then build and start the server (npm run build, npm start). Integrate with Claude Desktop by adding a tool configuration that points to the server’s executable and provides the same environment variables. The LLM can then use tools such as search-people and get-profile to query LinkedIn.

Key features of LinkedInMCP

  • Intelligent context management for API interactions
  • Secure, typed interactions using TypeScript and Zod
  • Extensible architecture for custom integrations
  • Advanced people search with multiple filters
  • Detailed profile retrieval and job market intelligence
  • OAuth 2.0 authentication with token refresh handling

Use cases of LinkedInMCP

  • Talent acquisition: source candidates and analyze talent pools
  • Sales lead generation: identify decision-makers at target companies
  • Market research: track industry trends and skill demand
  • CRM and ATS enrichment: sync LinkedIn data into enterprise systems

FAQ from LinkedInMCP

What are the prerequisites for using LinkedInMCP?

You need Node.js 16+, a LinkedIn Developer account, and an MCP-compatible LLM (e.g., Claude, OpenAI).

How do I authenticate with the LinkedIn API?

Register an application on the LinkedIn Developer Portal to obtain a Client ID and Client Secret. Set these in a .env file or in the MCP server’s environment variables. The server implements OAuth 2.0 for secure token management.

Does LinkedInMCP store any data?

LinkedInMCP processes data in transit without persistent storage. It returns only the requested fields and includes automatic data sanitization, supporting GDPR compliance and minimal data retention.

What core capabilities does LinkedInMCP provide?

It offers advanced people search, detailed profile retrieval, job market intelligence, and messaging capabilities, all through a standardized MCP interface.

Is this project officially affiliated with LinkedIn?

No. This project is an independent innovation and is not officially affiliated with LinkedIn or Microsoft.

评论

开发工具 分类下的更多 MCP 服务器