
Candidate MCP Server
Supports UIby lukaliou123
Provide LLMs with structured access to candidate resumes, portfolios, and contact information.
What it does
The Candidate MCP Server is a stateless utility that allows LLMs to retrieve professional information about a specific job candidate. It acts as a bridge between a candidate's professional footprint (resume, LinkedIn, GitHub) and an AI assistant, enabling streamlined recruiting and candidate evaluation workflows.
Tools
get_resume_text: Returns the candidate's full resume content as text.get_resume_url: Provides the direct URL to the candidate's resume.get_linkedin_url: Retrieves the candidate's LinkedIn profile link.get_github_url: Retrieves the candidate's GitHub profile link.get_website_url: Returns the candidate's personal website URL.get_website_text: Extracts content from the candidate's personal website.contact_candidate: Sends an email to the candidate via Mailgun.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"candidate-mcp-server": {
"command": "npx",
"args": ["-y", "@jhgaylor/candidate-mcp-server"]
}
}
}
Supported hosts
Claude Desktop
Quick install
npm install @jhgaylor/candidate-mcp-serverInformation
- Pricing
- free
- Published
- 5/3/2026
- stars






