@juicedresume/mcp
MCP server to score, tailor, and edit resumes on JuicedResume from any MCP client.
README
@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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.