Humaans
БесплатноНе проверенRead-only MCP server for the Humaans HRIS API, providing tools to query people, reporting chains, compensation, time away, and more.
Описание
Read-only MCP server for the Humaans HRIS API, providing tools to query people, reporting chains, compensation, time away, and more.
README
Read-only MCP server for the Humaans HRIS API. Exposes 33 tools for querying people, reporting chains, compensation, time away, and more.
Reporting chains are modelled in Humaans as a directReports array on each manager (no back-pointer on reports), so the walk-up tool fetches the full people list once and builds a child→parent index locally.
Install
Requires uv. From this directory:
uv sync
Configure
The server reads the API token from HUMAANS_API_TOKEN. Create a token in Humaans (Settings → API tokens, read scopes only).
Run
HUMAANS_API_TOKEN=your_token_here uv run humaans-mcp
The server speaks MCP over stdio.
Claude Desktop config
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"humaans": {
"command": "uv",
"args": [
"--directory",
"/Users/totte/code/humaans-mcp",
"run",
"humaans-mcp"
],
"env": {
"HUMAANS_API_TOKEN": "7dOUXlJfnog7hK1FFl87LSaiAQ7720Ig"
}
}
}
}
Restart Claude Desktop. The humaans server should appear in the MCP menu.
Tools
- Identity:
get_me,get_token_info - People:
list_people,get_person,find_person_by_email,search_people_by_name - Reporting chain:
get_direct_reports,get_reporting_chain_up,get_reporting_chain_down,count_reports - Org:
list_companies,get_company,list_job_roles,get_job_role,list_locations,list_spaces - Compensation:
list_compensations,get_compensation,list_compensation_types,get_compensation_type - Time away:
list_time_away,get_time_away,list_time_away_types,list_time_away_allocations,list_time_away_policies,list_public_holidays,list_public_holiday_calendars - Other:
list_bank_accounts,list_emergency_contacts,list_equipment,list_documents,list_custom_fields,list_custom_values
Установить Humaans в Claude Desktop, Claude Code, Cursor
unyly install humaans-mcpСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add humaans-mcp -- uvx --from git+https://github.com/ptorsten/humaans-mcp humaans-mcpFAQ
Humaans MCP бесплатный?
Да, Humaans MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Humaans?
Нет, Humaans работает без API-ключей и переменных окружения.
Humaans — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Humaans в Claude Desktop, Claude Code или Cursor?
Открой Humaans на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Humaans with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
