How to Use the Freshteam MCP in Cursor
Inject live Freshteam candidate and employee data straight into your Cursor workspace.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Freshteam MCP to Cursor
Create your Vinkius account to connect Freshteam 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 HR tools with live Freshteam data in Cursor
Stop writing code against mock HR databases or stale JSON stubs. Cursor's agent mode uses this MCP Server to pull live employee and candidate records directly into your active code files. When building internal dashboards, ask Cursor to run `get_employee_details` or `list_employees` to see the actual API payload structure. Your code matches the real-world schema on the first try.
Write recruitment scripts using real job postings
Writing custom scripts to sync your job board is simple when your editor understands your actual ATS setup. Cursor reads your live Freshteam setup to generate precise integration code. Your editor calls `list_job_postings` and `list_job_roles` to verify field names and data types. This lets Cursor write flawless logic for matching candidates to active openings based on actual data.
Verify HRIS connections inside your editor
Debugging MCP connection issues shouldn't require firing up a separate API client. Cursor can test your credentials and endpoint status directly from the chat sidebar. By running `check_hris_status`, Cursor verifies that your environment variables are configured correctly. It can also list your setup using `list_office_branches` to confirm your workspace has the right access permissions.
Set up Freshteam 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 Freshteam 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 Freshteam transactions." If the MCP tools are loaded correctly, Cursor will call the Freshteam tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"freshteam-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 Freshteam. 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 Freshteam MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Freshteam MCP today
We host it, we monitor it, we maintain it. You just paste one token.