Skip to main content
Glama

MCP Ashby Connector

by thnico

MCP Ashby Connector

A Model Context Protocol (MCP) server implementation for Ashby integration, allowing LLMs to interact with Ashby's Applicant Tracking System (ATS) data and operations.

Features

  • Candidate Management (create, search, list)
  • Job Management (create, search, list)
  • Application Management (create, list, update)
  • Interview Management (create, list, schedule)
  • Analytics & Reporting (pipeline metrics)
  • Batch Operations (bulk create/update/schedule)

Configuration

Model Context Protocol

To use this server with the Model Context Protocol, you need to configure it in your claude_desktop_config.json file. Add the following entry to the mcpServers section:

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

Replace YOUR_ASHBY_API_KEY with your Ashby API key.

Project Structure

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

Dependencies

The project requires the following Python packages:

  • mcp
  • requests
  • python-dotenv
-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

A server implementation that enables LLMs to interact with Ashby's Applicant Tracking System, allowing management of candidates, jobs, applications, interviews, and analytics through the Model Context Protocol.

  1. Features
    1. Configuration
      1. Model Context Protocol
    2. Project Structure
      1. Dependencies

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that enables LLMs to interact with Salesforce data through SOQL queries, SOSL searches, and various API operations including record management.
          Last updated -
          10
          128
          Python
          MIT License
        • A
          security
          F
          license
          A
          quality
          A server that implements the Model Context Protocol to connect LLMs to Brightsy AI agents, allowing users to pass messages to and receive responses from these agents.
          Last updated -
          1
          0
          JavaScript
        • -
          security
          F
          license
          -
          quality
          A Model Context Protocol server that enables LLMs to interact with Databricks workspaces through natural language, allowing SQL query execution and job management operations.
          Last updated -
          40
          Python
          • Linux
          • Apple
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that enables LLMs to interact with databases (currently MongoDB) through natural language, supporting operations like querying, inserting, deleting documents, and running aggregation pipelines.
          Last updated -
          TypeScript
          MIT License
          • Apple

        View all related MCP servers

        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