How to Use the BrioHR MCP in Claude Code
Pipe BrioHR payroll and employee data directly into terminal scripts, cron jobs, and CI/CD pipelines using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect BrioHR MCP to Claude Code
Create your Vinkius account to connect BrioHR 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.
Run the BrioHR MCP Server in headless terminal sessions
Claude Code queries your BrioHR team directory using `list_employees` and pipes the clean JSON output directly into terminal utilities like jq or grep. You don't need to open a web browser or log into the BrioHR portal to find an employee's ID. This headless setup allows you to build fast bash commands using BrioHR data. You can search, filter, and export team information directly from your standard terminal prompt via Claude Code.
Automate leave audits via CLI
The Claude Code terminal agent checks active team absences by calling BrioHR `get_who_is_away` and writing the output to local log files. You can set up cron jobs that run this BrioHR tool daily to keep your local schedules updated. It cross-references these logs against BrioHR `list_leave_requests` to flag unapproved absences. This gives you a fast, scriptable way to monitor BrioHR availability without leaving your shell.
Extract payroll and claims data for CI/CD pipelines
Your Claude Code CLI agent pulls BrioHR financial summaries using `get_payroll_summary` and formats them for external accounting integrations. It extracts approved expenses via BrioHR `list_claim_reports` to verify numbers before running your deployment scripts. This makes it easy to feed live BrioHR data into automated pipelines using Claude Code. You can run checks, validate balances, and trigger alerts directly from a terminal prompt or remote SSH session.
Set up BrioHR 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 seebriohr-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest BrioHR transactions." It will automatically discover and invoke the available BrioHR tools.
claude mcp add --transport http briohr-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 BrioHR MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the BrioHR MCP today
We host it, we monitor it, we maintain it. You just paste one token.