MCP.so
登录

MCP Server for LinkedIn

@Hritik003

关于 MCP Server for LinkedIn

A MCP server for LinkedIn to seamlessly apply for jobs🚀

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

Hritik003

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is MCP Server for LinkedIn?

MCP Server for LinkedIn is a Model Context Protocol server that enables programmatic job applications and feed browsing on LinkedIn. It leverages the unofficial LinkedIn API documentation to interact with LinkedIn using a user’s credentials. This server is intended for developers and automation enthusiasts who want to integrate LinkedIn actions into MCP-enabled workflows.

How to use MCP Server for LinkedIn?

Clone the repository and configure the local path in the JSON configuration. The server runs via uv with a specified local directory. Testing was performed using the mcp-cli client.

Key features of MCP Server for LinkedIn

  • Fetch user profiles via get_profile() (name, headline, current position)
  • Advanced job search with filters (keywords, location, experience level, job type, remote options, date posted, required skills)
  • Retrieve feed posts with configurable limit and offset for pagination
  • Parse PDF resumes to extract name, email, phone, skills, work experience, education, and languages

Use cases of MCP Server for LinkedIn

  • Automate job applications based on custom criteria
  • Extract and analyze LinkedIn profiles for networking or recruitment
  • Search jobs with multiple filters and apply programmatically
  • Parse candidate resumes and match them to job requirements
  • Monitor LinkedIn feed within an MCP-driven agent loop

FAQ from MCP Server for LinkedIn

What does it integrate with?

It integrates with LinkedIn via the unofficial LinkedIn API.

What are the runtime requirements?

It requires uv and Python. The server is launched as a command using uv and a local folder.

Where does my data live?

Data is fetched from LinkedIn’s API and processed locally. The README does not mention any external storage or cloud persistence.

Is authentication required?

Yes, client credentials are used to hit the unofficial LinkedIn API endpoints.

What limitations does it have?

It uses an unofficial API, so reliability may change. Resume parsing supports only PDF format.

评论

其他 分类下的更多 MCP 服务器