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
You describe your experience to the AI (or paste LinkedIn profile text)
AI fills in the CV template using the
generate_cvtoolAI calls
generate_pdforgenerate_docxto produce the documentYou 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-mcpClaude 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-mcpAvailable Tools
Tool | Description |
| Returns an empty CV JSON template for the AI to fill in |
| Generates ATS PDF from CV data, returns file path + editor URL |
| 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
CV Forge: https://github.com/Guid-Lab/cv-forge
Live Demo: https://cv.guidlab.pl
Docker Hub: https://hub.docker.com/r/guidlab/cv-forge