A
Ashby Docs MCP
MCP server by iamdanmccarthy
Created 5/28/2026
Updated about 19 hours ago
README
Repository documentation and setup instructions
Ashby Docs MCP
A Model Context Protocol (MCP) server that makes all 215 Ashby help articles searchable by AI assistants.
Add to Claude Code
"ashby-docs": {
"type": "http",
"url": "https://ashby-docs-mcp.netlify.app/mcp"
}
Tools
search_ashby_docs— keyword search across all articlesget_ashby_doc— fetch a full article by slug (e.g.approvals)list_ashby_docs— list all available articles
Refresh the docs
python3 scrape_ashby.py # re-scrape docs.ashbyhq.com
python3 build_docs.py # rebuild docs.json
git add netlify/functions/docs.json && git commit -m "refresh docs"
git push
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/iamdanmccarthy/ashby-docs-mcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"iamdanmccarthy-ashby-docs-mcp": {
"command": "git",
"args": [
"clone",
"https://github.com/iamdanmccarthy/ashby-docs-mcp"
]
}
}
}