MarkTechPost@AI 04月30日 15:05
Tutorial on Seamlessly Accessing Any LinkedIn Profile with exa-mcp-server and Claude Desktop Using the Model Context Protocol MCP
index_new5.html
../../../zaker_core/zaker_tpl_static/wap/tpl_guoji1.html

 

本教程介绍了如何利用exa-mcp-server和Claude Desktop,通过Model Context Protocol (MCP) 以编程方式访问任何LinkedIn页面。exa-mcp-server提供了一个轻量级、高性能的MCP实现,使Claude Desktop能够发出HTTP请求并按需返回原始HTML或结构化数据。无需编写任何手动网页抓取代码,即可获取并显示LinkedIn个人资料。最终,我们将拥有一个可重用的工作流程,利用LLM驱动的代理无缝检索和处理LinkedIn内容。

⬇️ 首先,需要下载Claude Desktop并启用开发者模式。

🔑 接着,从smithery.ai/server/exa获取包含API密钥和exa服务器安装的代码,并在桌面终端上运行。

⚙️ 然后,通过Claude Desktop的开发者部分打开Edit Config,检查claude_desktop_config.json文件中的EXA服务器和API密钥是否已正确设置。

✅ 最后,关闭并重新打开Claude Desktop,搜索任何LinkedIn页面进行验证。此设置支持扩展到web_search_exa、research_paper_search、twitter_search、company_research、爬网和竞争对手发现等应用。

In this tutorial, we’ll learn how to harness the power of the exa-mcp-server alongside Claude Desktop to access any LinkedIn page programmatically. The exa-mcp-server provides a lightweight, high-performance implementation of the Model Context Protocol, enabling Claude Desktop to issue HTTP requests and return raw HTML or structured data on demand. Throughout this guide, we’ll install and configure exa-mcp-server, connect it to your local Claude Desktop instance, and craft the precise protocol messages needed to fetch and display LinkedIn profiles, all without writing a single line of manual web-scraping code. By the end, we’ll have a reusable workflow that leverages an LLM-driven agent to retrieve and process LinkedIn content seamlessly. 

Step 1: Download the Claude Desktop

Step 2: Enable the Developer Mode from the left pane on Claude Desktop

Step 3: https://smithery.ai/server/exa – Retrieve the code containing the API key and installation of the exa server by copying the rounded text in the image below to run on a desktop terminal

Step 4: Copy the above code in the terminal and run it there

Step 5: Open Edit Config from the developer part on the top left pane on Claude Desktop

Step 6: Now, open the claude_desktop_config.json file and check for the EXA server and API key; it should be set there.

It will be something like the one shared below.

{  "mcpServers": {    "exa": {      "command": "cmd",      "args": [        "/c",        "npx",        "-y",        "@smithery/cli@latest",        "run",        "exa",        "--key",        "Your Key",        "--config",        "\"{\\\"exaApiKey\\\":\\\"Your exa API Key\\\"}\""      ]    }  }}

Step 7: Finally, close the Claude desktop and reopen it. Check by searching for any LinkedIn page. Here we have searched for our own LinkedIn page for marktechpost.com.

In conclusion, we’ve set up exa-mcp-server, linked it to Claude Desktop, and successfully issued Model Context Protocol commands to retrieve LinkedIn pages on demand. This approach streamlines access to protected or dynamically rendered web content while also laying the groundwork for LLM-powered automation across any site that relies on authenticated or JavaScript-driven pages. From here, you can extend your setup for web_search_exa, research_paper_search, twitter_search, company_research, crawling, and competitor_finder.

Sources

The post Tutorial on Seamlessly Accessing Any LinkedIn Profile with exa-mcp-server and Claude Desktop Using the Model Context Protocol MCP appeared first on MarkTechPost.

Fish AI Reader

Fish AI Reader

AI辅助创作,多种专业模板,深度分析,高质量内容生成。从观点提取到深度思考,FishAI为您提供全方位的创作支持。新版本引入自定义参数,让您的创作更加个性化和精准。

FishAI

FishAI

鱼阅,AI 时代的下一个智能信息助手,助你摆脱信息焦虑

联系邮箱 441953276@qq.com

相关标签

exa-mcp-server Claude Desktop LinkedIn Model Context Protocol LLM
相关文章