Skip to content
VS Code

ai hr management toolkit for VS Code

io.github.xjtlumedia/ai-hr-management-toolkit

AI HR toolkit: 24 MCP tools for resume parsing, skill extraction & ATS management.

client:VS Code transport:stdio runtime:npm

Install ai hr management toolkit in VS Code

.vscode/mcp.json

{
  "servers": {
    "ai-hr-management-toolkit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-ai-hr-management-toolkit"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ai hr management toolkit in other clients