LinkedIn Profile Scraper MCP Server
@codingaslu
关于 LinkedIn Profile Scraper MCP Server
This MCP server uses the Fresh LinkedIn Profile Data API to fetch LinkedIn profile information. It is implemented as a model context protocol (MCP) server and exposes a single tool, get_profile, which accepts a LinkedIn profile URL and returns the profile data in JSON format.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"Linkedin_Mcp_Server": {
"command": "uv",
"args": [
"run",
"linkedin.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is LinkedIn Profile Scraper MCP Server?
It is an MCP server that uses the Fresh LinkedIn Profile Data API to fetch LinkedIn profile information. It exposes a single tool, get_profile, which accepts a LinkedIn profile URL and returns the profile data in JSON format.
How to use LinkedIn Profile Scraper MCP Server?
Install dependencies with uv add mcp[cli] httpx requests. Create a .env file with your RAPIDAPI_KEY. Run the server using uv run linkedin.py. Then configure your MCP client to point to the server, specifying the uv command, the project directory, and the script as arguments.
Key features of LinkedIn Profile Scraper MCP Server
- Fetches LinkedIn profile data via RapidAPI
- Uses asynchronous HTTP requests (
httpx) - Environment-based configuration (
dotenv) - Exposes a single
get_profiletool - Returns profile data in JSON format
Use cases of LinkedIn Profile Scraper MCP Server
- Retrieve LinkedIn profile information for data enrichment
- Automate background checks or candidate screening
- Integrate profile data into AI-powered workflows
- Enrich CRM records with external professional details
FAQ from LinkedIn Profile Scraper MCP Server
What API does the server use?
It uses the Fresh LinkedIn Profile Data API available through RapidAPI.
What are the prerequisites to run the server?
You need Python 3.7+, the MCP framework, installed dependencies (httpx, python-dotenv, etc.), and a valid RAPIDAPI_KEY.
How do I obtain an API key?
Obtain an API key from RapidAPI and add it to a .env file or set it in your environment.
What happens if the RAPIDAPI_KEY is missing?
The server will raise a ValueError indicating the key is missing.
What occurs if the API request fails?
The get_profile tool returns a message indicating that the profile data could not be fetched.
浏览器自动化 分类下的更多 MCP 服务器
Playwright Mcp
microsoftPlaywright MCP server
Puppeteer MCP Server
merajmehrabiThis MCP server provides browser automation capabilities through Puppeteer, allowing interaction with both new browser instances and existing Chrome windows.
Apify Model Context Protocol (MCP) Server
apifyThe Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
Firecrawl Mcp Server
mendableai🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Scrapling Fetch MCP
cyberchittaHelps AI assistants access text content from bot-protected websites. MCP server that fetches HTML/markdown from sites with anti-automation measures using Scrapling.
评论