linkedin posts for Claude Desktop
io.github.johnisanerd/linkedin-posts
Scrape and analyze public LinkedIn posts as structured JSON via the Apify LinkedIn Posts API.
client:Claude Desktop
transport:streamable-http
Install linkedin posts in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"linkedin-posts": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.apify.com/?tools=johnvc/linkedin-posts-api"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs