hr-assistant
HR Assistant MCP Server
従業員のオンボード、休暇管理、ミーテング調整、申込オフィスリクエスト対策いた面実用的ローカルHRアシスタントです。MCP互換クライアントに接続しでも、データベースや有料サービスなしで動作します。
システム設計

MCPサーバーがHRワークフローの唯一のエントリーポイントです。従業員、休暇、ミーティング、リクエストの各機能は分離されたモデュールとして実装され、メールの配信はオプンです。デモをスムーズに進められるよう、データはローカルのメモリ上に保持されます。
Related MCP server: multi-mail-mcp
主な特長
1回のツール呼び出しで従業員をオンディングできます。
マネージャーと直下属の関係を持つ従業員ディレクトリを維動します。
休暇残高を確認し、休暇日を申請し、休暇履歴を確認できます。
オリンテションや人事ミーティングをスケジューールし、一覧し、キャンセルできます。
ノートPC、ヘッドセット、入館バッジなどの場でのリクエストを作成・更新できます。
ローカル認証情報を設定している場合、SMTP経由で通知を送信できます。
あらかじめ用意されたサンプル従業員により、すぐにテスティングを始められます。
はじめに
要件: Python 3.10 以降。
git clone https://github.com/sarthak-here/hr-assistant-mcp.git
cd hr-assistant-mcp
python -m pip install -e ".[test]"
python server.pyこのサーバーは標準入出で通信します。これはMCPクライアントが期待する方式です。直起動した場合も、対ワ式のチャットプロンプトは表示されません。
変更を加えたら、テストスイートを実行してくてください:
python -m pytestMCPクライアントへ追加
クライアントの設定には、クローンのプロジェクトのみ絶対パスを使用してってください。
{
"mcpServers": {
"hr-assistant": {
"command": "python",
"args": ["C:\\path\\to\\hr-assistant-mcp\\server.py"]
}
}
}接続したら、次のいずれののリクエストを試ト試してください:
Show the current employee directory.
Onboard Priya Shah as a Product Analyst reporting to EMP-002.
Check the leave balance for EMP-003.
Create a monitor request for EMP-004.主なツール
エリア | ツール |
従業員ディレクトリ |
|
休暇 |
|
ミーティング |
|
職場リクエスト |
|
役務 |
|
通知 |
|
onboard_employeeは従業員レコード、休暇アカウント、および標準的なノートPC・ヘッドセット・入館バッジの各リクエストをまとめて作付します。オリンテションは、日時が確定したら後、別途スケジューーールしてください。
メール設定
メール通はオプンです。send_notificationを利用したい場合は、.env.exampleを.envにコピーし、SMTPの値を設定してください。
Copy-Item .env.example .env.envファイルはGitから無視されます。他のHR機能はすべて、メール設定なしで動作します。
プロジェクト構成
hr-assistant-mcp/
assets/ Hand-drawn system-design image
peopleops/ Domain models and HR workflow managers
tests/ Automated checks
server.py MCP tools
emails.py Optional SMTP notifications
.env.example Safe configuration template
pyproject.toml Project dependencies and test settingsThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA modular collection of MCP servers for automating virtual secretary tasks within Microsoft Outlook, including email management, calendar operations, contacts, tasks, and mailbox settings through Microsoft Graph API.5MIT
- FlicenseAqualityCmaintenanceLocal-first MCP server for agents that need to work across multiple Gmail and Microsoft 365 accounts without cloud token storage.6
- AlicenseNot gradedqualityDmaintenanceA self-hosted MCP server for managing email, calendar, and cloud storage across Microsoft 365, Google Workspace, and IMAP accounts, enabling natural language interaction through any MCP client.1MIT
- AlicenseAqualityDmaintenanceMCP server for any Microsoft Exchange / OWA deployment. Gives LLM agents access to email, calendar, directory search, folders, availability, and meeting analytics via 30 tools.307MIT
Related MCP Connectors
Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.
Read, search, send, organize, draft and schedule email across your inboxes from any MCP client.
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sarthak-here/hr-assistant-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server