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
Flight Planner
Create detailed flight plans using the fast-flights API.
Anki MCP Server
Connects to Anki via AnkiConnect to retrieve leech-tagged flashcards for use in Claude Desktop.
HackMD
A Model Context Protocol server for integrating HackMD's note-taking platform with AI assistants.
MCP Jira Integration
A Jira integration that allows LLMs to act as project managers and personal assistants for teams.
PeepIt
A macOS-only server for capturing and analyzing screenshots with local or cloud-based AI models.
Monarch Money
Access and manage your Monarch Money financial data and operations.
Calendar MCP Server
An MCP server for intelligently managing calendar events and finding available time slots for appointments and meetings.
Windows Control
Programmatic control over Windows system operations including mouse, keyboard, window management, and screen capture using nut.js.
Qingma Yizhan Auto Answer
An MCP server that provides an automatic answering function for the Qingma Yizhan platform.
MCP Google Calendar Integration
Integrates with the Google Calendar API to fetch calendar events for a given date.