MCP Server for NovaCV

by MCP-Mirror

280 downloads
Not rated
GitHub

About

MCP Server for NovaCV is a Model Context Protocol server that integrates with the NovaCV resume service API, enabling AI assistants to generate PDF resumes, retrieve templates, convert text to JSON Resume format, and analyze resume content.

Details

Author
MCP-Mirror
Downloads
280
Categories
Other

- Generate PDF resumes from plain text
- Fetch a list of available resume templates
- Convert resume text to JSON Resume format
- Analyze resume text with improvement suggestions

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP Server for NovaCV
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the package globally via npm install -g mcp-server-novacv or run it directly with npx mcp-server-novacv --api_key=your_api_key. Configure the API key via the --api_key flag, the NOVACV_API_KEY environment variable, or a .env file. The server can be added to MCP-compatible clients such as Cursor or Cherry Studio by specifying the command and environment variables.

generate_resume_from_text

一键将简历文本转换为精美PDF简历,支持多种模板。只需提供简历文本内容,系统会自动进行格式转换并生成专业PDF文件,无需手动处理JSON数据。可选择不同简历模板和定制选项。

get_templates

获取所有可用的简历模板,返回模板列表及其详细信息,包括模板ID、名称、缩略图等。帮助用户选择最适合的简历风格。

convert_resume_text

将纯文本格式的简历内容转换为标准JSON Resume格式。系统会智能识别简历中的各个部分(如个人信息、工作经历、教育背景等),并按照国际通用的JSON Resume标准进行结构化处理,方便后续编辑和格式转换。

analyze_resume_text

对简历文本进行深度分析,提供专业评估和改进建议。系统会分析简历的完整性、关键词使用、技能匹配度等方面,并给出针对性的优化建议,帮助求职者打造更具竞争力的简历。

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp server for novacv": {
            "Lightbaby_mcp-server-novacv": {
                "command": "npx",
                "args": [
                    "mcp-server-novacv",
                    "--api_key=your_api_key"
                ]
            }
        }
    }
}

McpServers

{
    "Lightbaby_mcp-server-novacv": {
        "command": "npx",
        "args": [
            "mcp-server-novacv",
            "--api_key=your_api_key"
        ]
    }
}

MCP Server for NovaCV

模型上下文协议(MCP)服务器,用于接入 NovaCV 简历服务 API。

功能特点

- 生成简历 PDF
- 获取可用简历模板列表
- 将简历文本转换为 JSON Resume 格式
- 分析简历文本内容

获取 API 密钥

在使用此服务前,您需要获取 NovaCV API 密钥:

1. 访问 NovaCV API 官网
2. 注册或登录您的账户
3. 在控制面板中找到 "API Keys" 或 "开发者" 部分
4. 创建新的 API 密钥并复制它
5. 在使用 MCP 服务时配置此密钥

请妥善保管您的 API 密钥,不要在公共场合分享。

安装

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.