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
MCP Trello
A server for interacting with Trello boards, handling API integration, rate limiting, and type safety.
CyberEdu MCP Server
This is the Oficial Model Context Protocol (MCP) server for the CyberEdu CTF platform (cyber-edu.co / cyberedu.ro)
MCPComputerUse
A native C# MCP server for Windows automation using direct Windows API integration. It runs as a self-contained executable with no additional runtime required.
Memory Graph
A graph-based Model Context Protocol (MCP) server that gives AI coding agents persistent memory. Originally built for Claude Code, MemoryGraph works with any MCP-enabled coding agent. Store development patterns, track relationships, and retrieve contextual knowledge across sessions and projects.
Notemd MCP
A backend server for the Notemd Obsidian plugin, offering AI-powered text processing and knowledge management.
WP-MCP
Manage and publish WordPress content directly from your AI assistant — no PHP required. Supports both STDIO and Streamable HTTP for broad client compatibility.
MCP Hub
A manager server for MCP servers that handles process management and tool routing.
n8n MCP Server
Automate workflows with n8n, a powerful workflow automation tool.
n8n-mcp
A simple note storage system with tools to add and summarize notes using a custom note:// URI scheme.
Google Sheets
Interact with Google Sheets using a Python-based MCP server and Google Apps Script.