bamboohr for Cursor
com.mcparmory/bamboohr
Manage employee records, time off, benefits, and payroll data
client:Cursor
transport:stdio
runtime:pypi
Install bamboohr in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"bamboohr": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-bamboohr"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs