mcpbeat Sign in

Juicedresume MCP Server

by juicedresume Your server? Claim it
local only

Juicedresume runs on your own machine — the client starts it, so there is no endpoint to ping. 74 installs a week from npm. Last commit 31 Aug 2026.

Score, tailor, and export resumes from any MCP client — 60+ ATS checks and JD tailoring.

Installs per day peak 284 · avg 17 · +83% w/w
a month agotoday
74
Installs / week
npm · @juicedresume/mcp
0
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call set_summary.html → src/index.ts:185, set_summary.html → src/index.ts:200
          await fs.writeFile(args.outPath, tex, "utf8");
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Reads files and sends them to the network src/storage.ts:67
  const files = await fs.readdir(RESUMES);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @juicedresume/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@juicedresume/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@juicedresume/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@juicedresume/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@juicedresume/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: JUICEDRESUME_TOKEN (MCP token from juicedresume.com Settings → AI). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Juicedresume

same job, measured the same way
Rephrasy
by rephrasyai

Humanize AI text and check AI-detection scores from Claude, Cursor, or any MCP client.

29 installs/wk local only
Atlas Red mind maps
by atlas-red

Create, edit, restructure, import and export Atlas Red mind maps from any MCP client. Free.

answering
C
Sitecurl
by sitecurl

Run website audits and track site health scores, findings, and regressions from any MCP client.

47 installs/wk local only
Cronalert
by jaredhobbs

Manage CronAlert uptime monitors, check results, and incidents from any MCP client.

49 installs/wk local only
Feed Reader
by tono628develop

Fetch and read RSS/Atom feeds from any MCP client.

39 installs/wk local only
ResuStack
by resustackapp

Build, version and render resumes as PDFs from Claude or any MCP client.

answering
Rekt
by osfrekt

REKT Store — browse and buy REKT drinks with AI-discounted pricing from any MCP client

42 installs/wk local only
Fresh Jots
by goran-arsov

Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.

79 installs/wk answering

Juicedresume — questions

Answers built from our own checks of this server.

Why is there no uptime for Juicedresume?
Juicedresume runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @juicedresume/mcp was installed 74 times last week.
How do I connect Juicedresume?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @juicedresume/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Juicedresume?
The npm package @juicedresume/mcp was installed 74 times in the last week. Week over week that is +83%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Juicedresume open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.