On this tutorial, we’ll learn to harness the facility of the exa-mcp-server alongside Claude Desktop to entry any LinkedIn web page programmatically. The exa-mcp-server gives a light-weight, high-performance implementation of the Mannequin Context Protocol, enabling Claude Desktop to situation HTTP requests and return uncooked HTML or structured information on demand. All through this information, we’ll set up and configure exa-mcp-server, join it to your native Claude Desktop occasion, and craft the exact protocol messages wanted to fetch and show LinkedIn profiles, all with out writing a single line of guide web-scraping code. By the tip, we’ll have a reusable workflow that leverages an LLM-driven agent to retrieve and course of LinkedIn content material seamlessly.
Step 1: Obtain the Claude Desktop
Step 2: Allow 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 set up of the exa server by copying the rounded textual content within the picture under to run on a desktop terminal
Step 4: Copy the above code within the terminal and run it there
Step 5: Open Edit Config from the developer half on the highest left pane on Claude Desktop
Step 6: Now, open the claude_desktop_config.json file and test for the EXA server and API key; it needs to be set there.
It will likely be one thing just like the one shared under.
{
"mcpServers": {
"exa": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"@smithery/cli@latest",
"run",
"exa",
"--key",
"Your Key",
"--config",
""{"exaApiKey":"Your exa API Key"}""
]
}
}
}
Step 7: Lastly, shut the Claude desktop and reopen it. Verify by trying to find any LinkedIn web page. Right here we’ve looked for our personal LinkedIn web page for marktechpost.com.
In conclusion, we’ve arrange exa-mcp-server, linked it to Claude Desktop, and efficiently issued Mannequin Context Protocol instructions to retrieve LinkedIn pages on demand. This method streamlines entry to protected or dynamically rendered internet content material whereas additionally laying the groundwork for LLM-powered automation throughout any web site that depends on authenticated or JavaScript-driven pages. From right here, you may lengthen your setup for web_search_exa, research_paper_search, twitter_search, company_research, crawling, and competitor_finder.
Sources
Asif Razzaq is the CEO of Marktechpost Media Inc.. As a visionary entrepreneur and engineer, Asif is dedicated to harnessing the potential of Synthetic Intelligence for social good. His most up-to-date endeavor is the launch of an Synthetic Intelligence Media Platform, Marktechpost, which stands out for its in-depth protection of machine studying and deep studying information that’s each technically sound and simply comprehensible by a large viewers. The platform boasts of over 2 million month-to-month views, illustrating its recognition amongst audiences.