techtenstein linkedin for VS Code
io.github.sathvic-kollu/techtenstein-linkedin
Enrich LinkedIn profiles, companies, and prospect searches. For sales, recruiting, B2B.
client:VS Code
transport:stdio
runtime:pypi
Install techtenstein linkedin in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "techtenstein-api-key",
"description": "TECHTENSTEIN_API_KEY",
"password": true
}
],
"servers": {
"techtenstein-linkedin": {
"type": "stdio",
"command": "uvx",
"args": [
"techtenstein-linkedin-mcp"
],
"env": {
"TECHTENSTEIN_API_KEY": "${input:techtenstein-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs