loading…
Search for a command to run...
loading…
AI job search, resume builder, and career advice via MCP
AI job search, resume builder, and career advice via MCP
Free, open-source AI resume tailor. Automatically rewrite your resume to match any job description — ATS keyword optimization, skill matching, and bullet rewriting powered by GPT.
Don't want to self-host? Use workopia.io for instant access — no setup, no API key needed. Premium includes unlimited auto resume tailoring, cover letter generation, and ATS scoring.
Before: Generic resume bullets that don't mention the JD's tech stack
After: Tailored bullets with exact ATS keywords woven in, matching the employer's language
No setup needed. Use workopia.io:
MCP endpoint: https://workopia.io/api/mcp-gpt (no API key for base features)
git clone https://github.com/workopia/ai-resume-tailor.git
cd ai-resume-tailor
npm install
Create .env.local:
OPENAI_API_KEY=sk-your-key-here
OPENAI_MODEL=gpt-4o-mini # or gpt-4o for best quality
npm run dev
# Open http://localhost:3000
Cost: ~$0.01–0.03 per tailor (GPT-4o-mini). You pay OpenAI directly.
The tailoring prompt:
The prompt is identical to the one used in production at workopia.io.
curl -X POST http://localhost:3000/api/tailor \
-H "Content-Type: application/json" \
-d '{
"resumeJson": {
"summary": "Software engineer with 5 years experience...",
"experience": [
{
"title": "Software Engineer",
"company": "Acme Corp",
"startDate": "2020",
"endDate": "Present",
"bullets": ["Built web applications", "Led team of 3"]
}
],
"skills": ["JavaScript", "React", "Node.js"]
},
"jobDescription": "We are looking for a Senior Frontend Engineer with experience in React, TypeScript, and AWS..."
}'
Returns the tailored resume JSON with rewritten bullets and merged skills.
| Product | What | Price |
|---|---|---|
| ai-resume-tailor (this repo) | Self-hosted auto resume tailoring | Free (MIT) + your OpenAI costs |
| Workopia Base | Job search + career advice via MCP | Free |
| Workopia Premium | Unlimited tailor + cover letters + ATS scoring | $9.9/mo |
| Workopia Max | Enterprise: batch tailor, ATS source data, auto-apply | Custom |
MIT — use it however you want.
Built by Workopia — AI job search, resume builder, and career advice.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"workopia": {
"command": "npx",
"args": []
}
}
}