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
MCP Ashby Connector
Project Details
- thnico/mcp-ashby
- Last Updated: 4/25/2025
Recomended MCP Servers
An MCP server that powers AI agents with indexed blockchain data from The Graph.
A MCP Server for creating Powerpoint Presentations
Brings MCP to ChatGPT, DeepSeek, Perplexity, Grok, Gemini, Google AI Studio, OpenRouter, DeepSeek, Kagi, T3 Chat and more...
Agent Framework / shim to use Pydantic with LLMs
MCP tool for LLM interaction with EPUB and PDF files.
MCP server for interacting with Apache Iceberg catalog from Claude, enabling data lake discovery and metadata search through...
MCP Server for the Fillout.io API, enabling form management, response handling, and analytics.
Tiny MCP server with cryptography tools, sufficient to establish end-to-end encryption between LLM agents
This read-only MCP Server allows you to connect to Google Cloud Storage data from Claude Desktop through CData...





