Server data from the Official MCP Registry
Score, tailor, and export resumes from any MCP client — 60+ ATS checks and JD tailoring.
About
Score, tailor, and export resumes from any MCP client — 60+ ATS checks and JD tailoring.
Security Report
This MCP server is well-architected with proper authentication, secure credential handling, and safe input validation. The server requires a JuicedResume API token for cloud operations and validates all resume IDs against a strict pattern to prevent path traversal. Code quality is good with appropriate error handling and no evidence of malicious patterns. Minor findings around LaTeX compilation subprocess spawning and broad exception handling do not significantly impact the security posture given the server's legitimate need to compile PDFs. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
7 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
What You'll Need
Set these up before or after installing:
Environment variable: JUICEDRESUME_TOKEN
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"com-juicedresume-mcp": {
"env": {
"JUICEDRESUME_TOKEN": "your-juicedresume-token-here"
},
"args": [
"-y",
"@juicedresume/mcp"
],
"command": "npx"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
@juicedresume/mcp
Stdio Model Context Protocol server for JuicedResume — score, tailor, and edit your resume from any MCP client (Claude Code, Claude Desktop, Cursor, Zed).
Install
npm install -g @juicedresume/mcp
Or use npx directly in your MCP config — no install needed.
Use in Claude Code
claude mcp add --transport stdio juicedresume -- npx -y @juicedresume/mcp
Then /mcp inside Claude Code → enable juicedresume.
Use in Claude Desktop / other clients
Add to your MCP server config:
{
"mcpServers": {
"juicedresume": {
"command": "npx",
"args": ["-y", "@juicedresume/mcp"]
}
}
}
Authentication
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.
Tools
| 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 |
How it works
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.
Source & build
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.
License
MIT — © Harshit Singh
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
