Command Palette

Search for a command to run...

UnylyUnyly
Browse all

@Juicedresume/

FreeNot checked

MCP server to score, tailor, and edit resumes on JuicedResume from any MCP client.

GitHubEmbed

About

MCP server to score, tailor, and edit resumes on JuicedResume from any MCP client.

README

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

from github.com/HarshitSingh-PM/juicedresume-mcp

Install @Juicedresume/ in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install juicedresume-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add juicedresume-mcp -- npx -y @juicedresume/mcp

FAQ

Is @Juicedresume/ MCP free?

Yes, @Juicedresume/ MCP is free — one-click install via Unyly at no cost.

Does @Juicedresume/ need an API key?

No, @Juicedresume/ runs without API keys or environment variables.

Is @Juicedresume/ hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install @Juicedresume/ in Claude Desktop, Claude Code or Cursor?

Open @Juicedresume/ on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare @Juicedresume/ with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs