Ashby
FreeNot checkedEnables integration with Ashby ATS to search candidates, view applications, submit interview feedback, and manage recruiting workflows through natural language.
About
Enables integration with Ashby ATS to search candidates, view applications, submit interview feedback, and manage recruiting workflows through natural language.
README
An MCP (Model Context Protocol) server for integrating with Ashby ATS. Use this with Claude Code or other MCP-compatible clients to search candidates, view applications, and submit interview feedback.
Features
- Search candidates by name or email
- Get candidate details including contact info and resume
- List applications for a candidate
- Submit interview feedback with ratings and notes
- View feedback from other interviewers
- List open jobs
- View interview schedules
Installation
npm install -g ashby-mcp
Or clone and build locally:
git clone https://github.com/antonber/ashby-mcp.git
cd ashby-mcp
npm install
npm run build
Configuration
1. Get your Ashby API Key
- Log into Ashby
- Go to Settings → API Keys
- Create a new API key with appropriate permissions
2. Configure Claude Code
Add to your Claude Code MCP settings (~/.claude/claude_desktop_config.json or project .mcp.json):
{
"mcpServers": {
"ashby": {
"command": "npx",
"args": ["ashby-mcp"],
"env": {
"ASHBY_API_KEY": "your-api-key-here"
}
}
}
}
Or if installed locally:
{
"mcpServers": {
"ashby": {
"command": "node",
"args": ["/path/to/ashby-mcp/dist/index.js"],
"env": {
"ASHBY_API_KEY": "your-api-key-here"
}
}
}
}
Available Tools
| Tool | Description |
|---|---|
search_candidates |
Search for candidates by name or email |
get_candidate |
Get detailed candidate information |
list_candidate_applications |
List all applications for a candidate |
get_application |
Get details about a specific application |
submit_feedback |
Submit interview feedback with rating and notes |
get_application_feedback |
Get all feedback for an application |
list_jobs |
List jobs (filterable by status) |
get_interview_schedule |
Get interview schedule for an application |
Usage Examples
Once configured, you can use natural language with Claude:
- "Search for Jonathan Howard in Ashby"
- "Get the applications for candidate abc123"
- "Submit my interview feedback for Jonathan - Yes rating with these notes: ..."
- "Pull the feedback other interviewers have submitted for this candidate"
Feedback Ratings
When submitting feedback, use one of these ratings:
strong_yes- Exceptional candidateyes- Good candidate, proceedlean_yes- Some positives, worth discussinglean_no- Some concerns, discuss with teamno- Does not meet barstrong_no- Clear no
Development
# Install dependencies
npm install
# Build
npm run build
# Watch mode
npm run dev
License
MIT
Install Ashby in Claude Desktop, Claude Code & Cursor
unyly install ashby-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add ashby-mcp -- npx -y ashby-mcpFAQ
Is Ashby MCP free?
Yes, Ashby MCP is free — one-click install via Unyly at no cost.
Does Ashby need an API key?
No, Ashby runs without API keys or environment variables.
Is Ashby hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Ashby in Claude Desktop, Claude Code or Cursor?
Open Ashby on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Ashby with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
