Ashby MCP
Click on "Install 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: MCP Ashby Connector
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 installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JakeTeagle/ashby-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server