Forge powerful, ATS-friendly CVs tailored to any job - an MCP server for intelligent CV generation
Forge powerful, ATS-friendly CVs tailored to any job - an MCP server for intelligent CV generation. The cv forge mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 1 defined tool rather than through you.
Everything the assistant can do here goes through one of these:
Building — The Building tool exposed by this serverYou will need 8 environment variables: DEFAULT_OUTPUT_PATH, PDF_BASE_FONT_SIZE, PDF_LINE_HEIGHT, TEMP_DIR, PDF_TIMEOUT, PDF_PAGE_SIZE, PDF_MARGIN_TOP, PDF_MARGIN_RIGHT. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
The server ships on npm as cv-forge, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Among the team communication options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Cv Forge's toolset — Building — is a fair guide to whether it matches your workflow. It is maintained by thechandanbhagat; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Cv Forge's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Building | The Building tool exposed by this server. |
{
"mcpServers": {
"cv-forge": {
"command": "node",
"args": ["path/to/cv-forge/build/index.js"],
"cwd": "path/to/cv-forge",
"env": {
"DEFAULT_OUTPUT_PATH": "D:/CV",
"TEMP_DIR": "C:/Users/YourName/AppData/Local/Temp/cv-maker",
"PDF_TIMEOUT": "300000",
"PDF_PAGE_SIZE": "A4",
"PDF_MARGIN_TOP": "10mm",
"PDF_MARGIN_RIGHT": "10mm",
"PDF_MARGIN_BOTTOM": "10mm",
"PDF_MARGIN_LEFT": "10mm",
"PDF_BASE_FONT_SIZE": "12px",
"PDF_LINE_HEIGHT": "1.4",
"PDF_H1_FONT_SIZE": "20px",
"PDF_H2_FONT_SIZE": "15px",
"PDF_H3_FONT_SIZE": "13px",
"PDF_PARAGRAPH_SPACING": "8px",
"PDF_SECTION_SPACING": "12px"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| DEFAULT_OUTPUT_PATH | Filesystem location the server is allowed to use. | Optional |
| PDF_BASE_FONT_SIZE | Configuration value read at startup. | Optional |
| PDF_LINE_HEIGHT | Configuration value read at startup. | Optional |
| TEMP_DIR | Filesystem location the server is allowed to use. | Optional |
| PDF_TIMEOUT | Configuration value read at startup. | Optional |
| PDF_PAGE_SIZE | Configuration value read at startup. | Optional |
| PDF_MARGIN_TOP | Configuration value read at startup. | Optional |
| PDF_MARGIN_RIGHT | Configuration value read at startup. | Optional |
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.