1
Export your saved posts
Install the Chrome extension, open LinkedIn saved posts, collect visible saves, then download the JSON export.
https://www.linkedin.com/my-items/saved-posts/PostMind runs locally: the Chrome extension exports your saved posts as JSON, and the MCP server reads that local file so Claude, ChatGPT, or any MCP client can search it.
Install the Chrome extension, open LinkedIn saved posts, collect visible saves, then download the JSON export.
https://www.linkedin.com/my-items/saved-posts/Move the downloaded file out of Downloads so your MCP client can read the same path every time.
mkdir -p ~/.postmind
mv ~/Downloads/postmind-saved-posts.json ~/.postmind/saved-posts.jsonDownload the MCP server package, install dependencies, build it, and point POSTMIND_DATA at your export.
unzip postmind-mcp-server.zip
cd postmind-mcp-server
npm install
npm run build
POSTMIND_DATA=~/.postmind/saved-posts.json node dist/index.jsAdd this server entry to your Claude Desktop MCP config, replacing both paths with absolute paths on your computer.
{
"mcpServers": {
"postmind": {
"command": "node",
"args": ["/absolute/path/to/postmind-mcp-server/dist/index.js"],
"env": {
"POSTMIND_DATA": "/absolute/path/to/saved-posts.json"
}
}
}
}PostMind Pro is $9/mo and uses the official per-product checkout.
Subscribe to PostMind Pro — $9/mo →