@juicedresume/mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@juicedresume/mcpscore my resume and suggest improvements"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@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/mcpOr use npx directly in your MCP config — no install needed.
Related MCP server: Resume Assistant MCP
Use in Claude Code
claude mcp add --transport stdio juicedresume -- npx -y @juicedresume/mcpThen /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 |
|
Identity |
|
Sections |
|
Entries |
|
Style |
|
Intelligence |
|
Lookups |
|
Templates |
|
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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Generate tailored, ATS-optimized resume PDFs and cover letters from a job description, over MCP.
Public MCP server for discovering open jobs. Search, filter, and get application links.
GetJobzi MCP server for job search, application tracking, and career forecasting.
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Related MCP Servers
- AlicenseAqualityAmaintenanceMCP server for browsing and searching your local resume and job application documents191GPL 3.0
- AlicenseNot gradedqualityBmaintenanceAn intelligent, zero-cost MCP server that securely parses local resumes and compares them against live job postings for ATS scoring, skill gap analysis, and interview prep.1MIT
- FlicenseAqualityDmaintenanceAn MCP server that tailors LaTeX resumes to job descriptions using Claude, returning a structured diff with keywords, gap summary, bullet changes, and a guardrails report.2-
- AlicenseNot gradedqualityBmaintenanceMCP server that evaluates, compares, aligns, generates, and validates resume materials against specific job postings, including ATS parseability checks, match scoring, and gap analysis.Apache 2.0
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/HarshitSingh-PM/juicedresume-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server