MyHR Connector for AI agents.
10 live capabilities
Manage employee records and leave tracking in Australia and New Zealand.
Waiting for input…
Why people use MyHR
MyHR HR Management for Faster Employee Onboarding
MyHR connects your account to your AI agent to handle the heavy lifting of HR administration. Instead of logging into a portal to update a single record or hunting through spreadsheets to see who's out next week, you just tell your agent what needs to happen. You get a clean, conversational way to manage your workforce without the tab-switching headache.
What Vinkius changes
You stop clicking through HR menus and start managing people through natural language.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Onboarding a new hire
An HR lead asks the agent to create a new employee profile for a hire in the Engineering department, skipping the manual form.
- Real-world use case 02
Checking leave for a project
A manager asks who is out of the office next week to see if they have enough hands for a project launch.
- Real-world use case 03
Summarizing weekly hours
An ops lead asks for a summary of all timesheets for the marketing team for the last week to prep for payroll.
Complete set · 10capabilities
The complete MyHR capability set.
These are the exact actions your AI can choose when you ask it to work with MyHR.
01—04
4 capabilities in this set.
Part of 10 available through MyHR.
- 01 Capability
Create employee
Add a new hire to your system. Use this to build out your team's profiles without manual form filling.
- 02 Capability
List absences
See every current and past leave request. Use this to get a bird's-eye view of who is out of the office.
- 03 Capability
List offices
See all physical office locations. Use this to manage multi-site company data.
- 04 Capability
Create absence request
Create a new leave request for an employee. This lets your agent handle vacation or sick leave requests automatically.
05—07
3 capabilities in this set.
Part of 10 available through MyHR.
- 05 Capability
Get employee details
Fetch specific info on a staff member. This helps you quickly verify details like contact info or status.
- 06 Capability
List departments
See all organization departments. This helps you understand the company structure at a glance.
- 07 Capability
List employees
Get a full list of all staff members. This is the go-to capability for checking your total headcount.
08—10
3 capabilities in this set.
Part of 10 available through MyHR.
- 08 Capability
List gender options
See the available gender categories in your HR settings. Use this to check configuration options.
- 09 Capability
List marital statuses
See the available marital status categories. This helps with standardizing employee profile data.
- 10 Capability
List timesheets
View all logged hours for your team. This lets your agent summarize work time for payroll.
Set up in minutes
One URL. Then ask MyHR to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use MyHR from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_cAeBcNmMaRfqGjmSXRXODCfwKAxdXI3m5Xpx1G0Z/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it MyHR, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable MyHR for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_cAeBcNmMaRfqGjmSXRXODCfwKAxdXI3m5Xpx1G0Z/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the MyHR URL.
- Step 03
Save and start
Save the connection and enable MyHR in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"myhr": {
"url": "https://edge.vinkius.com/vk_preview_cAeBcNmMaRfqGjmSXRXODCfwKAxdXI3m5Xpx1G0Z/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using MyHR
Open Agent mode in chat and ask: "Using MyHR, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"myhr": {
"url": "https://edge.vinkius.com/vk_preview_cAeBcNmMaRfqGjmSXRXODCfwKAxdXI3m5Xpx1G0Z/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using MyHR
Ask Copilot: "Using MyHR, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"myhr": {
"url": "https://edge.vinkius.com/vk_preview_cAeBcNmMaRfqGjmSXRXODCfwKAxdXI3m5Xpx1G0Z/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using MyHR
Open Cascade and ask: "Using MyHR, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"myhr": {
"url": "https://edge.vinkius.com/vk_preview_cAeBcNmMaRfqGjmSXRXODCfwKAxdXI3m5Xpx1G0Z/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using MyHR
Ask Cline: "Using MyHR, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add myhr --transport http "https://edge.vinkius.com/vk_preview_cAeBcNmMaRfqGjmSXRXODCfwKAxdXI3m5Xpx1G0Z/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using MyHR
Ask Claude: "Using MyHR, show me...". 10 tools are ready
Where the request belongs
Work MyHR can move forward.
HR managers and team leads in Australia and New Zealand who are tired of the manual grind of updating employee records and tracking time off.
HR Generalist
Handles employee onboarding and profile creation without the paperwork headache.
Team Manager
Tracks who's away and what hours were logged without leaving their chat app.
Operations Lead
Manages office and department configurations across multiple locations.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBrightHR
Simplify people management with holiday tracking, shift scheduling, and absence management built for UK and ANZ businesses.
Oyster
Manage global HR, payroll, and compliance via Oyster. list engagements, track expenses, and manage time-off requests directly from any AI agent.
BambooHR
Human Resources management platform. organize employee data, track time off, and audit HR workflows via AI.
Factorial
Modernize HR operations with time-off management, payroll processing, and performance reviews that employees actually enjoy using.
Deputy
Equip your AI agent to manage employee rosters, track timesheets, and monitor leave requests via the Deputy API.
Talexio
Manage HR and payroll for Mediterranean businesses with employee onboarding, leave tracking, and local compliance built in.
Bring your own AI
Change the model, client or framework. Keep MyHR connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about MyHR.
The practical details behind the request, access and result.
Can MyHR MCP help with employee onboarding?
Yes. It allows your AI agent to create new employee profiles directly in your MyHR account. This means you can add new hires through a chat interface instead of filling out manual web forms.
Does MyHR MCP work for Australian companies?
Yes, it is specifically designed for HR management in Australia and New Zealand, supporting the local compliance and management needs of those regions.
Can I see who is on vacation with MyHR MCP?
Yes. Your agent can pull a full list of employee absences, showing you exactly who is away, what type of leave they have, and the dates they'll be gone.
How does MyHR MCP handle timesheets?
It allows your agent to browse and list all timesheet entries. You can ask for summaries of logged hours for specific departments or individuals to help with payroll.
Can I use MyHR MCP to see our office locations?
Yes. You can ask your agent to list all organization offices, which is helpful for managing multi-site operations or verifying current work locations.
Is MyHR MCP good for tracking leave requests?
Absolutely. It can create new leave requests on your behalf and list existing ones, making it much easier to keep track of team availability in real-time.
Can MyHR MCP help me manage departments?
Yes. It provides the ability to list all organization departments, helping you maintain a clear view of your company structure through your AI agent.
Can I manage employees and track absences?
Yes. List employees, view profiles, create new records, and manage absence/leave requests.
How does MyHR authentication work?
MyHR uses Basic Auth (username:password encoded as Base64) against api.myhr.works.
Can I browse organizational structure?
Yes. List departments, offices, marital status options, and gender configuration values.
One connection away
Give your agent a direct line to MyHR.
Connect MyHR once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available