LinkedIn Toolkit for VS Code
io.github.formatixai/linkedin-toolkit
LinkedIn for AI agents from your own Chrome session: search, profiles, lists, outreach queue.
client:VS Code
transport:stdio
runtime:npm
Install LinkedIn Toolkit in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "linkedin-toolkit-home",
"description": "LINKEDIN_TOOLKIT_HOME",
"password": true
}
],
"servers": {
"linkedin-toolkit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"linkedin-toolkit-mcp"
],
"env": {
"LINKEDIN_TOOLKIT_HOME": "${input:linkedin-toolkit-home}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs