New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@juicedresume/mcp

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@juicedresume/mcp

Model Context Protocol server for JuicedResume — score, tailor, and edit your resume from any MCP client (Claude Code, Claude Desktop, Cursor).

latest
Source
npmnpm
Version
0.4.2
Version published
Maintainers
1
Created
Source

@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"]
    }
  }
}

Tools

CategoryTools
Resumeslist_resumes, get_resume, create_resume, delete_resume, duplicate_resume
Identityset_personal_info, set_summary
Sectionsadd_section, remove_section, reorder_sections, rename_section, toggle_section_visibility
Entriesadd_entry, update_entry, remove_entry
Styleset_template, set_styling, set_locale
Intelligencescore_resume, tailor_to_jd
Lookupsverb_lookup, skill_search, title_search, company_search
Templatestemplates_list

How it works

The MCP server reads and writes to the same JSON store as the JuicedResume web app at https://juicedresume.com. Changes made via MCP appear in the web editor immediately, and vice-versa.

License

MIT — © Harshit Singh

Keywords

mcp

FAQs

Package last updated on 31 Aug 2026

Related posts