MCP Ashby Connector
An MCP server for integrating with the Ashby Applicant Tracking System (ATS).
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
Related Servers
Scenext MCP Server
Integrates with the Scenext AI platform to generate educational videos on various topics.
Attendee MCP Server
An MCP server for managing Attendee meeting bots, requiring a running Attendee backend service.
Anki MCP Server
Create Anki flashcards using natural language by connecting to the AnkiConnect add-on.
Excel MCP Server
Manipulate Excel files (XLSX, XLSM, etc.) without needing Microsoft Excel, featuring an integrated AI assistant.
Handwriting OCR
Recognize and extract text from handwritten documents using the Handwriting OCR service.
WayStation
A universal remote MCP server that connects to popular productivity tools such as Notion, Monday, AirTable, and many more.
Helios-9
Provides comprehensive project management context to AI agents using the Helios-9 API.
Office PowerPoint MCP
Create, edit, and manipulate PowerPoint presentations using python-pptx.
MCP Zotero
Interact with your Zotero library for managing references and citations.
Kibela
Integrates with the Kibela API to manage knowledge-based content.