mcp for VS Code
com.juicedresume/mcp
Score, tailor, and export resumes from any MCP client — 60+ ATS checks and JD tailoring.
client:VS Code
transport:stdio
runtime:npm
Install mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "juicedresume-token",
"description": "JUICEDRESUME_TOKEN",
"password": true
}
],
"servers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@juicedresume/mcp"
],
"env": {
"JUICEDRESUME_TOKEN": "${input:juicedresume-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs