★ 1 stars
Unknown language
🔒 Security
Updated 2d ago
LinkedIn MCP server guide — honest breakdown of what exists, ToS risks, OAuth vs session approaches, and the production alternative for newsletter writers.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"linkedin-mcp-server-": {
"command": "npx",
"args": [
"-y",
"iancarson/linkedin-mcp-server-guide"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add linkedin-mcp-server- npx -y iancarson/linkedin-mcp-server-guide
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"linkedin-mcp-server-": {
"command": "npx",
"args": [
"-y",
"iancarson/linkedin-mcp-server-guide"
]
}
}
}
📋 Copy
Topics
api claude linkedin mcp model-context-protocol narrareach newsletter social-media