mcp people finder for VS Code
com.mambabuilt/mcp-people-finder
Find people at a company by role, seniority and department, with verified business emails.
client:VS Code
transport:stdio
runtime:npm
Install mcp people finder in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "apify-token",
"description": "APIFY_TOKEN",
"password": true
}
],
"servers": {
"mcp-people-finder": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mambalabsdev/mcp-people-finder"
],
"env": {
"APIFY_TOKEN": "${input:apify-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs