Resumake MCP Server

MCP server for generating resume PDFs using LaTeX Resume API

Remote serverstreamable-httpPython

What is the Resumake MCP MCP server?

MCP server for generating resume PDFs using LaTeX Resume API. Exposed over MCP by the resumake mcp mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

The working resume-tailoring and rendering logic has moved to the tailor-resume skill. The skill runs the original Resumake v2 LaTeX generators locally, supports all nine templates, and does not depend on the discontinued hosted endpoint.

This MCP server acts as a bridge between Claude Desktop and professional resume generation. Simply describe your resume requirements in natural language to Claude, and it will generate a beautifully formatted PDF resume using LaTeX templates. Now with advanced organization features to keep your resumes perfectly organized!

  • 🎨 9 Professional Templates - Powered by high-quality LaTeX designs
  • 📄 PDF Generation - Professional-grade output via LaTeX Resume API
  • 🔧 MCP Integration - Works directly with Claude Desktop
  • 📝 Structured Data - Easy-to-use JSON schema for resume data
  • 🎯 Customizable - Custom headings, sections, and template selection
  • 💼 Professional Quality - LaTeX-based rendering for crisp, professional results

Its toolset

Everything the assistant can do here goes through one of these:

  • Service — ** latexresu.me - Professional LaTeX resume generation API
  • Credits — ** Thanks to the LaTeX Resume API team for providing the backend service that powers the PDF generation
  • generate_resume — Generates a PDF resume from structured data with optional folder organization
  • create_folder — Creates a new folder within the generated-resumes directory
  • list_folders — Lists all folders and files in the generated-resumes directory
  • create_resume_template — The create_resume_template tool exposed by this server
  • Dependencies — The Dependencies tool exposed by this server
  • Contributing — 1. Fork the repository 2. Create a feature branch: git checkout -b feature-name 3. Make your changes and test thoroughly 4. Submit a pull request

Configuration

  • Node.js (v16 or higher) - Claude Desktop application - Internet connection (for LaTeX Resume API)

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

When to reach for it

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Resumake MCP's toolset — Service, Credits, generate_resume and 5 more — is a fair guide to whether it matches your workflow. It is maintained by AndreaCadonna; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the resumake mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
Service** [latexresu.me](https://latexresu.me/) - Professional LaTeX resume generation API
Credits** Thanks to the LaTeX Resume API team for providing the backend service that powers the PDF generation
generate_resumeGenerates a PDF resume from structured data with optional folder organization.
create_folderCreates a new folder within the generated-resumes directory.
list_foldersLists all folders and files in the generated-resumes directory.
create_resume_templateThe create_resume_template tool exposed by this server.
DependenciesThe Dependencies tool exposed by this server.
Contributing1. Fork the repository 2. Create a feature branch: git checkout -b feature-name 3. Make your changes and test thoroughly 4. Submit a pull request with a clear description

How to install the Resumake MCP MCP server

{
     "mcpServers": {
       "resume-generator": {
         "command": "node",
         "args": ["path/to/resume-generator-mcp/server.js"]
       }
     }
   }

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node.js (v16 or higher) - Claude Desktop application - Internet connection (for LaTeX Resume API)

Example prompts to try

  • Use Resumake MCP to Service.
  • Use Resumake MCP to Credits.
  • Use Resumake MCP to generate resume.

Frequently asked questions

It connects Resumake MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 8 tools (Service, Credits, generate_resume, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Resumake MCP directly.