cv-forge-mcp
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.
Related MCP server: decroche-mcp
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server for the LLM Conveyors AI agent platform. 39 tools for Job Hunter (tailored CVs, cover letters, cold emails), B2B Sales (company research, outreach), ATS scoring, resume rendering, and session management.Last updated561MIT
- AlicenseBqualityBmaintenanceDeterministic MCP server for job-landing pipeline that parses CVs into validated JSON Resume, detects sections, scores parse confidence, and exposes FR/US market profiles to help beat ATS and LLM screeners honestly.Last updated75MIT
- Flicense-qualityDmaintenanceMCP server for maintaining a professional profile database and generating tailored, ATS-optimized resumes for specific job postings.Last updated1
- Alicense-qualityDmaintenanceA local MCP server that bridges AI assistants with the CV Maker app to generate pixel-perfect CV PDFs.Last updated14MIT
Related MCP Connectors
MCP server for AI job search — find jobs, track applications, get alerts. Claude, ChatGPT, Cursor.
WordPress MCP server: publish posts, AI images, SEO and full site management, self-hosted
WordPress MCP server: generate SEO posts, AI images, autoblog & WooCommerce on your self-hosted site
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Guid-Lab/cv-forge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server