How to Use the HrFlow.ai MCP in Cursor
Generate code that matches, parses, and queries candidate profiles using HrFlow.ai directly inside Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect HrFlow.ai MCP to Cursor
Create your Vinkius account to connect HrFlow.ai 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.
Build automated parsing pipelines in Cursor
The `parse_profile` tool lets your Cursor agent process resume files and generate type-safe code based on the actual JSON output. Instead of writing mock data, you run this HrFlow.ai tool inside Cursor to get real candidate schemas to build your recruitment workflows. This means you can write, test, and debug your parsing logic in Cursor using this MCP Server. Your Cursor agent uses the live HrFlow.ai response to write precise TypeScript interfaces or Python models that match the exact structure of your processed resumes.
Test candidate scoring with this MCP Server
The `score_profiles` tool computes match ratings between candidates and job descriptions directly inside your Cursor editing environment. While writing your backend matching logic, your Cursor agent calls this HrFlow.ai tool to verify that your algorithms return correct scores. You can also call `unfold_profile` in Cursor to analyze career paths and generate test assertions based on real candidate histories. This speeds up your Cursor testing cycles because you are working with live HrFlow.ai talent data instead of static stubs.
Query active job boards and sources inside Cursor
The `list_boards` and `list_sources` tools pull your active HrFlow.ai hiring channels directly into your Cursor MCP workspace. You can query your actual HrFlow.ai recruitment channels to verify connection strings and database mappings while writing API integrations in Cursor. Your Cursor agent runs `search_jobs` to pull live HrFlow.ai listings and write queries that filter jobs by department or location. This eliminates the context switching of opening a browser to check if your HrFlow.ai API calls return the right fields while coding in Cursor.
Set up HrFlow.ai 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 HrFlow.ai 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 HrFlow.ai transactions." If the MCP tools are loaded correctly, Cursor will call the HrFlow.ai tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"hrflowai-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 HrFlow.ai. 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 HrFlow.ai MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the HrFlow.ai MCP today
We host it, we monitor it, we maintain it. You just paste one token.