Ashby MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Ashby MCPShow me all active applications for the Engineering Manager role"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Ashby MCP
Connect your Ashby recruiting data to Claude. Once set up, you can ask Claude things like:
"Show me all active applications for the Engineering Manager role"
"Search for candidate Jane Smith"
"What interview stages does this job have?"
"List all open job postings"
What you'll need
Node.js installed on your computer — download it at nodejs.org (click the big green "LTS" button)
An Ashby API key — go to Ashby → Settings → Integrations → API Keys → Create a new key
Claude Desktop — download at claude.ai/download
Related MCP server: Lever ATS MCP Server
Setup (5 minutes)
Step 1 — Download this project
Click the green Code button at the top of this page, then click Download ZIP. Unzip it somewhere easy to find, like your Desktop.
Step 2 — Install dependencies
Open Terminal (press Cmd + Space, type "Terminal", press Enter) and run:
cd ~/Desktop/ashby-mcp
npm installStep 3 — Connect to Claude Desktop
Open this file in a text editor:
~/Library/Application Support/Claude/claude_desktop_config.jsonTip: In Finder, press
Cmd + Shift + G, paste the path above, and press Go.
Add the following inside the file. If the file already has content, add this inside the "mcpServers" section:
{
"mcpServers": {
"ashby": {
"command": "node",
"args": ["/Users/YOUR_NAME/Desktop/ashby-mcp/index.js"],
"env": {
"ASHBY_API_KEY": "paste-your-api-key-here"
}
}
}
}Replace YOUR_NAME with your Mac username and paste your Ashby API key where indicated.
Step 4 — Restart Claude Desktop
Quit Claude Desktop completely and reopen it. You're ready to go!
What can it do?
Ask Claude about... | Examples |
Candidates | Search, view, create candidates; add notes and tags |
Applications | List, filter, and move applications through stages |
Jobs | Search and view job details |
Job Postings | See published, draft, or closed postings |
Interviews | View and cancel interview schedules |
Offers | List and view offer details |
Your team | Look up users and departments |
Need help?
Open an issue on this GitHub page and describe what's going wrong — include any error messages you see. OR Email me - Jake (dot) teagle (at) v7labs.com
This server cannot be deployed
Maintenance
Related MCP Connectors
AI resume triage for recruiters. Query your candidate pool from Claude or ChatGPT.
Your professional network in Claude — search contacts, log notes, and send warm intros.
- platform7nOAuthtech.p7n
Connect Claude to your Platform7n workspaces — chat, links, and tasks. One-click OAuth.
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Related MCP Servers
- AlicenseAqualityFmaintenanceConnects Claude to the Ashby ATS to manage the hiring pipeline through natural conversation. It enables users to browse jobs, manage candidate profiles, track applications, and coordinate interview stages.245MIT
- FlicenseNot gradedqualityDmaintenanceIntegrates Lever ATS with Claude Desktop to manage hiring pipelines through natural language, offering tools for candidate search, pipeline management, file and application handling, and advanced sourcing.2-
- AlicenseAqualityDmaintenanceEnables integration with Ashby ATS to search candidates, view applications, submit interview feedback, and manage recruiting workflows through natural language.916MIT
- FlicenseBqualityCmaintenanceEnables Claude to manage Zoho Recruit ATS operations including candidates, jobs, interviews, analytics, email, and AI-assist through natural language.20-