MCP Hub
Back to servers

cv-forge-mcp

MCP server for generating professional ATS-friendly CVs as PDF/DOCX from AI conversations. Auto-manages a Docker container with a visual editor for layout customization.

glama
Forks
1
Updated
Mar 10, 2026

CV Forge MCP Server

PyPI License

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

ToolDescription
generate_cvReturns an empty CV JSON template for the AI to fill in
generate_pdfGenerates ATS PDF from CV data, returns file path + editor URL
generate_docxGenerates 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

Reviews

No reviews yet

Sign in to write a review