Enables seamless integration of LLMs with Applicant Tracking System data and operations via Model Context Protocol, supporting candidate, job, application, and interview management, analytics, and batch processing.
Unlock the full potential of MCP Ashby Connector through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.
Free tier available • No credit card required
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!
A Model Context Protocol (MCP) server implementation for Ashby integration, allowing LLMs to interact with Ashby's Applicant Tracking System (ATS) data and operations.
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.
src/
ashby/
server.py # Main MCP server implementation
The project requires the following Python packages:
Enables seamless integration with kintone via Model Context Protocol, offering comprehensive capabil...
Enables seamless integration between Large Language Model clients and Readwise by providing standard...
Enables seamless integration of local Ollama LLM models with MCP-compatible applications, offering m...
Model Context Protocol server enabling seamless integration between Claude AI and Xano databases wit...
Remote Model Context Protocol server with Cloudflare Workers and Xano integration offering tool mana...