MCP server for LinkedIn outreach (Claude/ChatGPT/Cursor compatible) — leads, campaigns, inbox, posts via Unipile, with built-in safety limits.
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-server-": {
"command": "npx",
"args": [
"-y",
"Kubis010/linkedin-mcp-server-salesbot"
]
}
}
}
Run in terminal:
claude mcp add linkedin-mcp-server- npx -y Kubis010/linkedin-mcp-server-salesbot
Add to .cursor/mcp.json:
{
"mcpServers": {
"linkedin-mcp-server-": {
"command": "npx",
"args": [
"-y",
"Kubis010/linkedin-mcp-server-salesbot"
]
}
}
}