CV Forge MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add cv-forge -- uvx cv-forge-mcp
README.md

Generate professional ATS-friendly CVs as PDF/DOCX from AI conversations.

CV Forge MCP Server

MCP (Model Context Protocol) server for CV Forge. Lets AI assistants generate professional CVs as PDF/DOCX from conversation data.

How It Works

  1. You describe your experience to the AI (or paste LinkedIn profile text)
  2. AI fills in the CV template using the generate_cv tool
  3. AI calls generate_pdf or generate_docx to produce the document
  4. You get a PDF/DOCX file and a link to the visual editor for manual tweaks

The MCP server automatically pulls and starts the CV Forge Docker container — no manual setup needed.

Requirements

Quick Start

Claude Code

claude mcp add cv-forge -- uvx cv-forge-mcp

Claude Desktop

Add to ~/.config/claude/claude_desktop_config.json (Linux) or ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):

{
  "mcpServers": {
    "cv-forge": {
      "command": "uvx",
      "args": ["cv-forge-mcp"]
    }
  }
}

Manual install (alternative)

pip install cv-forge-mcp

Available Tools

Tool Description
generate_cv Returns an empty CV JSON template for the AI to fill in
generate_pdf Generates ATS PDF from CV data, returns file path + editor URL
generate_docx Generates ATS DOCX from CV data, returns file path + editor URL

AI Instructions

See `INSTRUCTIONS.md` for the full system prompt and workflow guidelines for AI assistants using CV Forge.

Links

Tools (3)

generate_cvReturns an empty CV JSON template for the AI to fill in.
generate_pdfGenerates ATS PDF from CV data, returns file path and editor URL.
generate_docxGenerates ATS DOCX from CV data, returns file path and editor URL.

Configuration

claude_desktop_config.json
{"mcpServers": {"cv-forge": {"command": "uvx", "args": ["cv-forge-mcp"]}}}

Try it

Generate a new CV template for me to fill out.
I have pasted my work history here; please use the generate_cv tool to structure it and then create a PDF version.
Update my CV with the new project details I just provided and generate a DOCX file.
Create a professional CV based on my LinkedIn profile text and provide the link to the visual editor for final tweaks.

Frequently Asked Questions

What are the key features of CV Forge?

Generates professional ATS-friendly CVs in PDF and DOCX formats.. Provides a link to a visual editor for manual layout customization.. Automatically manages and starts the required CV Forge Docker container.. Supports populating CV data directly from AI conversation context..

What can I use CV Forge for?

Job seekers converting raw work experience notes into formatted, ATS-compliant resumes.. Professionals needing to quickly update their CV format for specific job applications.. Users who want to combine AI-assisted content generation with manual visual design control.. Recruiters or career coaches generating standardized CV documents from candidate interview transcripts..

How do I install CV Forge?

Install CV Forge by running: claude mcp add cv-forge -- uvx cv-forge-mcp

What MCP clients work with CV Forge?

CV Forge works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep CV Forge docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare