LinkedIn MCP publishing server guide using official API boundaries, OAuth realities, scheduling patterns, and Narrareach alternative.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"linkedin-mcp-publish": {
"command": "npx",
"args": [
"-y",
"iancarson/linkedin-mcp-publishing-server"
]
}
}
}
Run in terminal:
claude mcp add linkedin-mcp-publish npx -y iancarson/linkedin-mcp-publishing-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"linkedin-mcp-publish": {
"command": "npx",
"args": [
"-y",
"iancarson/linkedin-mcp-publishing-server"
]
}
}
}