Skip to main content
Glama
thnico

MCP Ashby Connector

by thnico

MCP Ashby 连接器

用于 Ashby 集成的模型上下文协议 (MCP) 服务器实现,允许 LLM 与 Ashby 的申请人跟踪系统 (ATS) 数据和操作进行交互。

特征

  • 候选人管理(创建、搜索、列出)

  • 工作管理(创建、搜索、列出)

  • 应用程序管理(创建、列出、更新)

  • 面试管理(创建、列表、安排)

  • 分析和报告(管道指标)

  • 批量操作(批量创建/更新/计划)

Related MCP server: MCP Ashby Connector

配置

模型上下文协议

要将此服务器与模型上下文协议 (MCP) 一起使用,您需要在claude_desktop_config.json文件中进行配置。在mcpServers部分添加以下条目:

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

用您的 Ashby API 密钥替换YOUR_ASHBY_API_KEY

项目结构

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