Score, tailor, and export resumes from any MCP client — 60+ ATS checks and JD tailoring.
Stdio Model Context Protocol server for JuicedResume — score, tailor, and edit your resume from any MCP client (Claude Code, Claude Desktop, Cursor, Zed).
npm install -g @juicedresume/mcp
Or use npx directly in your MCP config — no install needed.
claude mcp add --transport stdio juicedresume -- npx -y @juicedresume/mcp
Then /mcp inside Claude Code → enable juicedresume.
Add to your MCP server config:
{
"mcpServers": {
"juicedresume": {
"command": "npx",
"args": ["-y", "@juicedresume/mcp"]
}
}
}
Grab your MCP token from Settings → AI at juicedresume.com and add it to the server's environment. MCP access is included on the Basic, Pro, and Lifetime plans.
| Category | Tools |
|---|---|
| Resumes | list_resumes, get_resume, create_resume, delete_resume, duplicate_resume |
| Identity | set_personal_info, set_summary |
| Sections | add_section, remove_section, reorder_sections, rename_section, toggle_section_visibility |
| Entries | add_entry, update_entry, remove_entry |
| Style | set_template, set_styling, set_locale |
| Intelligence | score_resume, tailor_to_jd |
| Lookups | verb_lookup, skill_search, title_search, company_search |
| Templates | templates_list |
The MCP server reads and writes to the same store as the JuicedResume web app at https://juicedresume.com. Changes made via MCP appear in the web editor immediately, and vice-versa.
This repository is the public home and source of the MCP server. The package is built and published to npm from the JuicedResume monorepo, where the scoring engine and resume schema live as shared workspace packages — so to run it, install the published package (npx -y @juicedresume/mcp) rather than building from this repo directly.
MIT — © Harshit Singh
Source-derived launch command. Check the maintainer’s required arguments and credentials before running:
npx -y @juicedresume/mcpMerge this template into ~/Library/Application Support/Claude/claude_desktop_config.json. Keep existing servers. Add any arguments, credentials, and permissions required by the maintainer; this template has not been install-tested.
{
"mcpServers": {
"com-juicedresume-mcp": {
"command": "npx",
"args": [
"-y",
"@juicedresume/mcp"
]
}
}
}Restart Claude Desktop completely for changes to take effect. Confirm the server appears connected in the client’s tool list, then try a read-only example from its documentation.
Claude Desktop setup reference@juicedresume/mcpnpmcom.juicedresume/mcp works with any MCP-compatible client. Copy the config snippet from the Configuration section above and add it to the file shown for your client, then restart the application.
~/Library/Application Support/Claude/claude_desktop_config.jsonRestart Claude Desktop completely for changes to take effect.~/.cursor/mcp.jsonRestart Cursor for changes to take effect..vscode/mcp.jsonReload VS Code window for changes to take effect.~/.codeium/windsurf/mcp_config.jsonRestart Windsurf for changes to take effect..mcp.jsonSave at the project root, then start Claude Code in that project and review the MCP server approval prompt. Keep real credentials out of shared files.