ApplyGenie for VS Code
io.github.eternalcodertanishq3/applygenie-mcp
Autonomous job application copilot, ATS form filler, and AI mock interview engine.
client:VS Code
transport:stdio
runtime:pypi
Install ApplyGenie in VS Code
.vscode/mcp.json
{
"servers": {
"applygenie-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"applygenie-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs