HR data while you code
Copy this URL and add it as a connector in Cursor:
https://mcp.peepel.dev/mcp Add Peepel as an MCP server in Cursor and query HR data without leaving your editor. Authentication is handled automatically via OAuth.
Manual setup
Add to .cursor/mcp.json:
{
"mcpServers": {
"peepel": {
"url": "https://mcp.peepel.dev/mcp"
}
}
}
Setup steps
- Click “Add to Cursor” above or add the config manually
- When you first use a Peepel tool, you’ll be prompted to sign in and select your organization
- Instruct Cursor to use the
@peepelMCP to chat with your HR data