Skip to main content
Glama
thnico

MCP Ashby Connector

by thnico

MCP アシュビーコネクタ

Ashby 統合用のモデル コンテキスト プロトコル (MCP) サーバー実装。これにより、LLM は Ashby の応募者追跡システム (ATS) のデータおよび操作と対話できるようになります。

特徴

  • 候補者管理(作成、検索、リスト)

  • ジョブ管理(作成、検索、一覧表示)

  • アプリケーション管理(作成、一覧表示、更新)

  • 面接管理(作成、リスト、スケジュール)

  • 分析とレポート(パイプライン指標)

  • バッチ操作(一括作成/更新/スケジュール)

Related MCP server: MCP Ashby Connector

構成

モデルコンテキストプロトコル

このサーバーをモデルコンテキストプロトコルで使用するには、 claude_desktop_config.jsonファイルで設定する必要があります。mcpServers セクションに次のエントリmcpServers追加してください。

{
    "mcpServers": {
        "ashby": {
            "command": "uvx",
            "args": [
                "--from",
                "mcp-ashby-connector",
                "ashby"
            ],
            "env": {
                "ASHBY_API_KEY": "YOUR_ASHBY_API_KEY"
            }
        }
    }
}

YOUR_ASHBY_API_KEYを Ashby API キーに置き換えます。

プロジェクト構造

src/
  ashby/
    server.py      # Main MCP server implementation

依存関係

このプロジェクトには次の Python パッケージが必要です。

  • マクピー

  • リクエスト

  • Python-dotenv

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

0Releases (12mo)

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    A server implementation that enables interaction with Greenhouse's recruitment and applicant tracking system through Model Context Protocol, providing tools for job listings, candidate management, application filtering, and stage transitions.
    1
  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    An MCP server that enables LLMs to interact with Ashby's Applicant Tracking System for managing candidates, jobs, applications, and interviews. It supports data operations, batch processing, and access to pipeline analytics and reporting.
  • A
    license
    Not graded
    quality
    D
    maintenance
    Connects your Ashby recruiting data to Claude, enabling natural language queries and management of candidates, applications, jobs, interviews, offers, and team information.
    60
    MIT

View all related MCP servers

Latest Blog Posts

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/thnico/mcp-ashby'

If you have feedback or need assistance with the MCP directory API, please join our Discord server