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
Todoist
Manage your Todoist tasks and projects using the Todoist Python API.
上海迪士尼门票查询
sh-disney-mcp 是一个基于 Model Context Protocol (MCP) 的mcp server,旨在通过标准化的接口,帮助大模型快速获取上海迪士尼乐园的门票价格和售卖状态信息。
ActivityWatch MCP Server
An MCP server for ActivityWatch, allowing interaction with your personal time tracking data.
Excel
Excel manipulation including data reading/writing, worksheet management, formatting, charts, and pivot table
Redmine MCP
Integrates Claude AI with the Redmine project management system to enhance project management tasks.
2slides
This is the 1st, easiest, and cheapest PPT, slides, presentation AI generation MCP Server in the world.
MCP-MD-PDF: Markdown to Word/PDF Converter
A simple, reliable Model Context Protocol (MCP) server that converts Markdown files into professional Word (.docx) and PDF documents — with full support for .dotx templates.
Simplenote MCP Server
A server to connect and manage your Simplenote notes within Claude Desktop.
n8n Workflow Builder
An MCP server for managing n8n workflows through its API.
Resource Hub
Connects to the Resource Hub to centrally configure and manage your MCP servers.