Scoop
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ScoopSync my saved articles"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Scoop 🐼
Extract your LinkedIn saved posts into a structured research index.
What it does
Connects to Chrome via DevTools Protocol (CDP)
Clicks "Show more results" to load all saved posts
Extracts author names, timestamps, post text, external links
Detects "link in comments" patterns for GitHub repos
Outputs structured JSON and generates a Markdown index
Related MCP server: LinkedIn MCP Server
Setup
1. Create a dedicated Chrome profile
& "C:\Program Files\Google\Chrome\Application\chrome.exe" `
--remote-debugging-port=5192 `
--remote-debugging-address=127.0.0.1 `
--user-data-dir="$env:LOCALAPPDATA\Google\Chrome\Slot4" `
--profile-directory=Default `
--no-first-run `
--no-default-browser-check `
"https://www.linkedin.com/login"Sign into LinkedIn in the Chrome window that opens. The session persists in Slot4.
2. Add the MCP server
Add to your .mcp.json or Zed's settings.json:
"chrome-research": {
"command": "npx",
"args": [
"-y", "chrome-devtools-mcp@latest",
"--browserUrl", "http://127.0.0.1:5192",
"--no-usage-statistics",
"--experimental-page-id-routing"
]
}3. Sync your saved posts
Launch Chrome with the research profile, then tell your AI agent:
"Sync my saved articles"
The agent will use the chrome_research_* MCP tools to scrape all posts and generate your research index.
Architecture
Chrome (Slot4) → DevTools port 5192 → MCP server → AI agent → Research indexFiles
scripts/launch.ps1— Launch Chrome with the research profilescripts/scrape.mjs— CDP-based LinkedIn saved posts scraperlib/cdp-client.mjs— Reusable WebSocket/CDP clientlib/extractor.mjs— Post extraction logic
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/maleshep/scoop'
If you have feedback or need assistance with the MCP directory API, please join our Discord server