Workopia
OfficialAI Resume Tailor
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.
What it does
Paste your resume (JSON or plain text) and a job description
AI rewrites your experience bullets to match the JD's keywords
Skills merged — JD-required skills added, ordered by relevance
Summary updated — highlights the strengths most relevant to the role
Copy the result and use it for your application
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
Related MCP server: workopia-mcp
Quick Start (Hosted — Easiest)
No setup needed. Use workopia.io:
Free: 5 resume generations/day
Premium ($9.9/mo): Unlimited tailoring + cover letters + ATS scoring
Works with Claude Desktop, ChatGPT, Cursor via MCP
MCP endpoint: https://workopia.io/api/mcp-gpt (no API key for base features)
Self-Host (Requires OpenAI API Key)
git clone https://github.com/workopia/ai-resume-tailor.git
cd ai-resume-tailor
npm installCreate .env.local:
OPENAI_API_KEY=sk-your-key-here
OPENAI_MODEL=gpt-4o-mini # or gpt-4o for best qualitynpm run dev
# Open http://localhost:3000Cost: ~$0.01–0.03 per tailor (GPT-4o-mini). You pay OpenAI directly.
How It Works
The tailoring prompt:
Preserves all factual data (companies, dates, education, titles)
Rewrites experience bullets to incorporate JD keywords
Uses exact terminology from the JD for ATS matching
Merges skills from resume + JD, ordered by relevance
Never fabricates technologies or years of experience
The prompt is identical to the one used in production at workopia.io.
API
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.
Tech Stack
Next.js 15 — React framework
OpenAI GPT — Resume rewriting (you provide your own API key)
Tailwind CSS — Styling
TypeScript — Type safety
Workopia Ecosystem
Product | What | Price |
ai-resume-tailor (this repo) | Self-hosted auto resume tailoring | Free (MIT) + your OpenAI costs |
Job search + career advice via MCP | Free | |
Unlimited tailor + cover letters + ATS scoring | $9.9/mo | |
Workopia Max | Enterprise: batch tailor, ATS source data, auto-apply | Custom |
License
MIT — use it however you want.
Built by Workopia — AI job search, resume builder, and career advice.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides access to 47 AI-powered career tools for resume building, job tracking, ATS optimization, and interview coaching. It enables users to manage their job search, research companies, and negotiate salaries directly through an MCP-compatible AI assistant.Last updated5523MIT

workopia-mcpofficial
AlicenseBqualityBmaintenanceHosted MCP server for job search (3M+ jobs from employer career pages and ATS feeds like Lever/Greenhouse), PDF resume generation with multiple templates, AI resume tailoring per job description, cover letters, and career advice. Free hosted endpoint, no API key required.Last updated3155MIT
four-leaf-mcpofficial
Alicense-qualityBmaintenanceJob search assistant and interview prep inside any ai tool via MCP or public skill. Every tool you'll need for your job search in one product.Last updated195MIT
Landed MCP Serverofficial
Alicense-qualityBmaintenanceSearch AI-native jobs, prepare applications, and study for interviews — from any MCP client.Last updated2MIT
Related MCP Connectors
MCP server for AI job search — find jobs, track applications, get alerts. Claude, ChatGPT, Cursor.
Job search and interview prep MCP. 11 tools, OAuth 2.1, cross-LLM. four-leaf.ai.
Search live startup jobs from Claude, Cursor, or ChatGPT via MCP. Free, no account needed.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/workopia/ai-resume-tailor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server