How to Use the HireVue MCP in Claude Code
Run your entire HireVue workflow from the terminal. Perfect for scripting, cron jobs, and CI/CD with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect HireVue MCP to Claude Code
Create your Vinkius account to connect HireVue to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate Hiring Tasks in CI/CD
Integrate your hiring process directly into your development pipeline. With this MCP Server, you can trigger Claude Code from a GitHub Action. For example, a new commit to a 'resumes' repository could start a workflow that runs `create_candidate` in HireVue. You build headless logic that connects your systems. A script could check for new applicants, run `get_position` to confirm the role is still open, and then update their status, all without any manual oversight.
Script Bulk Operations from the CLI
The HireVue tools are designed to work with standard Unix commands. You can pipe the output of one command directly into another. For instance, get a list of jobs with `list_positions`, pipe it to `jq` to filter for a specific title, and then use `xargs` to call `get_position` for each resulting ID. This composability is what makes the MCP so powerful in the terminal. You can write complex, one-line commands to `update_candidate` statuses, `cancel_interview` batches, or export data for reporting.
Set Up Headless Cron Jobs for Reporting
Run your recruiting operations on a schedule. Set up a nightly cron job that executes a shell script using Claude Code. The script can check for interviews marked 'completed' with the `get_interview` tool and then send a summary to a Slack webhook. Because Claude Code is headless, it's perfect for this kind of background automation. You can monitor your HireVue pipeline, generate reports, and sync data between systems from any server with a shell.
Set up HireVue MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seehirevue-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest HireVue transactions." It will automatically discover and invoke the available HireVue tools.
claude mcp add --transport http hirevue-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about HireVue MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the HireVue MCP today
We host it, we monitor it, we maintain it. You just paste one token.