npm @juicedresume/mcpstdioMITupdated 8d ago
Stdio Model Context Protocol server for JuicedResume — score, tailor, and edit your resume from any MCP client (Claude Code, Claude Desktop, Cursor, Zed).
Was kannst du mit juicedresume machen?
@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
Installation
juicedresume zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add mcp -- npx -y @juicedresume/mcpcodex mcp add mcp -- npx -y @juicedresume/mcpamp mcp add mcp -- npx -y @juicedresume/mcp{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@juicedresume/mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@juicedresume/mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp","command":"npx","args":["-y","@juicedresume/mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@juicedresume/mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@juicedresume/mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@juicedresume/mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@juicedresume/mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@juicedresume/mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @juicedresume/mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Unvollständig
- Dokumentation22/25
- Pflege19/25
- Vertrauen13/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 0 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 0.4.2Aktuell | 31. Aug. 2026 |
| 0.4.1 | 31. Aug. 2026 |