Cover image
Try Now
2025-04-06

3 years

Works with Finder

1

Github Watches

0

Github Forks

0

Github Stars

SmartHR MCP Server

このプロジェクトは、SmartHR API に対応した MCP (Model Context Protocol) サーバーです。 SmartHR の従業員・部署・役職・雇用形態・等級などの情報を MCP ツールとして扱うことができます。

構成

smarthr-mcp-server/
│
├── .env_sample
├── .gitignore
├── main.py
├── pyproject.toml
├── README.md
├── requirements.txt
├── smarthr_mcp_server.json         # MCP ツールとしての定義とコマンド情報(MCP 対応クライアント用)
├── uv.lock
│
└── smarthr_mcp_server/
    ├── server.py                   # FastMCP ベースの MCP サーバー実装
    ├── smarthr_client.py          # SmartHR API との通信を担当するクライアントモジュール
    └── smarthr_mcp_server.egg-info/

環境変数(.env)

SmartHR API との通信には以下の環境変数が必要です。

SMARTHR_API_BASE_URL=https://app.smarthr.jp/api
SMARTHR_API_KEY=YOUR_SMARTHR_API_TOKEN

使い方

  1. リポジトリをクローンまたはダウンロード

  2. 環境変数の設定(.env)

  3. Claude for Desktop の設定

    claud_desktop_config.json に smarthr_mcp_server.json の内容を追記

  4. Claude for Desktop の再起動

    % killall "Claude"
    % open -a Claude
    

対応ツール一覧

登録 関連

関数名 説明
smarthr_create_crew() 従業員
smarthr_create_department() 部署
smarthr_create_dependent() 家族情報
smarthr_create_employment_type() 雇用形態
smarthr_create_grade() 等級
smarthr_create_job_category() 職種
smarthr_create_job_title() 役職

削除 関連

関数名 説明
smarthr_delete_crew() 従業員
smarthr_delete_dependent() 家族情報
smarthr_delete_employment_type() 雇用形態
smarthr_delete_grade() 等級
smarthr_delete_job_category() 職種
smarthr_delete_job_title() 役職

廃止 関連

関数名 説明
smarthr_discontinue_department() 部署

取得 関連

関数名 説明
smarthr_get_crew() 従業員
smarthr_get_department() 部署
smarthr_get_dependent() 家族情報
smarthr_get_employment_type() 雇用形態
smarthr_get_grade() 等級
smarthr_get_job_category() 職種
smarthr_get_job_title() 役職

招待 関連

関数名 説明
smarthr_invite_crew() 従業員

リスト取得 関連

関数名 説明
smarthr_list_crews() 従業員
smarthr_list_departments() 部署
smarthr_list_dependents() 家族情報
smarthr_list_employment_types() 雇用形態
smarthr_list_grades() 等級
smarthr_list_job_categories() 職種
smarthr_list_job_titles() 役職
smarthr_list_relations() 続柄

部分更新 関連

関数名 説明
smarthr_partial_update_department() 部署
smarthr_partial_update_dependent() 家族情報
smarthr_partial_update_employment_type() 雇用形態
smarthr_partial_update_grade() 等級
smarthr_partial_update_job_category() 職種
smarthr_partial_update_job_title() 役職

検索 関連

関数名 説明
smarthr_search_crews() 従業員

更新 関連

関数名 説明
smarthr_update_crew() 従業員
smarthr_update_department() 部署
smarthr_update_dependent() 家族情報
smarthr_update_employment_type() 雇用形態
smarthr_update_grade() 等級
smarthr_update_job_category() 職種
smarthr_update_job_title() 役職

ライセンス

MIT

免責事項

本プログラムを利用して行う一切の行為、被った損害・損失に対しては、一切の責任を負いかねます。

相关推荐

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Alexandru Strujac
  • Efficient thumbnail creator for YouTube videos

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • https://zenepic.net
  • Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.

  • tomoyoshi hirata
  • Sony α7IIIマニュアルアシスタント

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • jae-jae
  • MCP服务器使用剧作《无头浏览器》获取网页内容。

  • ravitemer
  • 一个功能强大的Neovim插件,用于管理MCP(模型上下文协议)服务器

  • patruff
  • Ollama和MCP服务器之间的桥梁,使本地LLMS可以使用模型上下文协议工具

  • pontusab
  • 光标与风浪冲浪社区,查找规则和MCP

  • JackKuo666
  • 🔍使AI助手可以通过简单的MCP接口搜索和访问PYPI软件包信息。

  • av
  • 毫不费力地使用一个命令运行LLM后端,API,前端和服务。

    Reviews

    4 (1)
    Avatar
    user_QdDzPrxF
    2025-04-17

    I've been using smarthr_mcp_server developed by TomoyaGoto for a while now, and it has been a game-changer for our HR operations. The server is exceptionally reliable, and the seamless integration has boosted our productivity immensely. Highly recommend checking it out on GitHub!