Independent MCP server for automating LinkedIn workflows from AI agents. Not affiliated with LinkedIn.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"salestouch": {
"command": "npx",
"args": [
"-y",
"antoineDsh/SalesTouch"
]
}
}
}
Run in terminal:
claude mcp add salestouch npx -y antoineDsh/SalesTouch
Add to .cursor/mcp.json:
{
"mcpServers": {
"salestouch": {
"command": "npx",
"args": [
"-y",
"antoineDsh/SalesTouch"
]
}
}
}