{
  "markdown": "# @juicedresume/mcp\n\nStdio [Model Context Protocol](https://modelcontextprotocol.io) server for [JuicedResume](https://juicedresume.com) — score, tailor, and edit your resume from any MCP client (Claude Code, Claude Desktop, Cursor, Zed).\n\n## Install\n\n```bash\nnpm install -g @juicedresume/mcp\n```\n\nOr use `npx` directly in your MCP config — no install needed.\n\n## Use in Claude Code\n\n```bash\nclaude mcp add --transport stdio juicedresume -- npx -y @juicedresume/mcp\n```\n\nThen `/mcp` inside Claude Code → enable `juicedresume`.\n\n## Use in Claude Desktop / other clients\n\nAdd to your MCP server config:\n\n```json\n{\n  \"mcpServers\": {\n    \"juicedresume\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@juicedresume/mcp\"]\n    }\n  }\n}\n```\n\n## Authentication\n\nGrab your MCP token from **Settings → AI** at [juicedresume.com](https://juicedresume.com) and add it to the server's environment. MCP access is included on the Basic, Pro, and Lifetime plans.\n\n## Tools\n\n| Category | Tools |\n|---|---|\n| Resumes | `list_resumes`, `get_resume`, `create_resume`, `delete_resume`, `duplicate_resume` |\n| Identity | `set_personal_info`, `set_summary` |\n| Sections | `add_section`, `remove_section`, `reorder_sections`, `rename_section`, `toggle_section_visibility` |\n| Entries | `add_entry`, `update_entry`, `remove_entry` |\n| Style | `set_template`, `set_styling`, `set_locale` |\n| Intelligence | `score_resume`, `tailor_to_jd` |\n| Lookups | `verb_lookup`, `skill_search`, `title_search`, `company_search` |\n| Templates | `templates_list` |\n\n## How it works\n\nThe 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.\n\n## Source & build\n\nThis 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.\n\n## License\n\nMIT — © Harshit Singh\n",
  "bytes": 2119,
  "sha": "0f26c77722ea060a827b41849df9ae178e293ecc28e6ef60c8f8a2c391d9e0bc",
  "repo_slug": "harshitsingh-pm/juicedresume-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_juicedresume_mcp_c72c4f9a/readme"
}