How to Use the HireVue MCP in Cursor
Build recruitment tools faster. Cursor uses HireVue to inject live candidate data and interview schedules straight into your code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect HireVue MCP to Cursor
Create your Vinkius account to connect HireVue to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Prototype with real job data
The HireVue MCP Server lets Cursor pull live job reqs directly into your editor. You ask the agent to fetch open roles, and it runs `list_positions` to grab the actual JSON response. When you are building the detail view for a specific job, Cursor runs `get_position`. It drops the real schema right into your file. You stop guessing what the API returns and start writing types that actually match production.
Test candidate workflows
Testing a custom application form requires `create_candidate` to verify the data saves correctly. You tell your AI client to submit a test applicant. It confirms the database accepted the payload. If you need to write logic for status changes, the agent can test it live. It uses `update_candidate` to modify the test record, then verifies the change with `get_candidate`. You know your code works before you even commit it.
Validate scheduling logic
Building scheduling logic requires `create_interview` to generate real video links for your integration tests. Cursor helps you build these tests by actually managing appointments. Once your code verifies the link, the agent cleans up after itself. It runs `get_interview` to check the status, then fires `cancel_interview` to remove the test data. This MCP setup keeps your testing environment clean.
Set up HireVue MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the HireVue MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent HireVue transactions." If the MCP tools are loaded correctly, Cursor will call the HireVue tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"hirevue-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by HireVue. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Cursor
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.