loading…
Search for a command to run...
loading…
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 custo
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.
MCP (Model Context Protocol) server for CV Forge. Lets AI assistants generate professional CVs as PDF/DOCX from conversation data.
generate_cv toolgenerate_pdf or generate_docx to produce the documentThe MCP server automatically pulls and starts the CV Forge Docker container — no manual setup needed.
claude mcp add cv-forge -- uvx cv-forge-mcp
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"]
}
}
}
pip install cv-forge-mcp
| 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 |
See INSTRUCTIONS.md for the full system prompt and workflow guidelines for AI assistants using CV Forge.
from
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"cv-forge-mcp": {
"command": "npx",
"args": []
}
}
}