This MCP server, developed by Adhika Setya Pramudita, provides tools to interact with LinkedIn's Feeds and Job API using an unofficial LinkedIn API. It enables users to retrieve feed posts, search for jobs, and analyze job matches against resumes. The implementation uses Python 3.7+ and integrates with libraries like linkedin-api and fastmcp. It's designed for easy configuration through environment variables and can be run using uvicorn. This server is particularly useful for developers building LinkedIn-integrated applications, job search tools, or AI assistants that need to access LinkedIn data and functionality.
No reviews yet. Be the first to review!
Sign in to join the conversation
Retrieve recent LinkedIn feed posts. Parameters: limit (integer, specify the number of posts to retrieve)
Search for jobs based on specified keywords and location. Parameters: keywords (string, job title), location (string, job location), limit (integer, number of job postings to return)
Read the content of a specified file. Parameters: path (string, file path to read)