mcp-linkedin
- E-commerce & Retail
A Model Context Protocol (MCP) server that provides tools to interact with LinkedIn's Feeds and Job API.
You can do "search for 3 data engineer jobs in <city>. For each job check if it a good match for me by analyzing it against my resume in file resume.md."
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_feed_posts | Retrieve LinkedIn feed posts. :return: List of feed post details |
search_jobs | Search for jobs on LinkedIn. :param keywords: Job search keywords :param limit: Maximum number of job results :param location: Optional location filter :return: List of job details |
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LINKEDIN_EMAIL | Yes | Your LinkedIn email address | |
LINKEDIN_PASSWORD | Yes | Your LinkedIn password |
MCP LinkedIn
A Model Context Protocol (MCP) server that provides tools to interact with LinkedIn's Feeds and Job API.
This is using unofficial LinkedIn API via Linkedin-api. Use at your own risk.
Configuration
Sample usage
Using mcp-client-cli
Get feed posts
Search for jobs
GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues with dependencies of the server.
- Extract server characteristics such as tools, resources, prompts, and required parameters.
Our directory badge helps users to quickly asses that the MCP server is safe, server capabilities, and instructions for installing the server.
Copy the following code to your README.md file: