Servers
LinkedIn MCP Server Documentation
@wedlock666
Model Context Protocol (MCP) server for LinkedIn integration with n8n
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-linkedin-server": {
"command": "docker",
"args": [
"build",
"-t",
"linkedin-mcp-server",
"."
]
}
}
}