NovaCV

by lightbaby

Not rated
GitHub

About

An MCP server for accessing the NovaCV resume service API.

Details

Author
lightbaby
Categories
Developer Tools

Setup

Install NovaCV in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/lightbaby/mcp-server-novacv

Follow the installation instructions in the repository README, then restart your MCP client.

- 生成简历 PDF
- 获取可用简历模板列表
- 将简历文本转换为 JSON Resume 格式
- 分析简历文本内容
- 访问NovaCV API 官网
- 注册或登录您的账户
- 在控制面板中找到 "API Keys" 或 "开发者" 部分
- 创建新的 API 密钥并复制它
- 在使用 MCP 服务时配置此密钥

# 全局安装 npm install -g mcp-server-novacv # 或使用 npx 运行 npx mcp-server-novacv --api_key=your_api_key
npx mcp-server-novacv [选项] 选项: --api_key=KEY 设置 NovaCV API 密钥 --api_base_url=URL 设置 API 基础 URL --timeout=MS 设置 API 超时时间 (毫秒) --help, -h 显示帮助信息 --version, -v 显示版本信息
NOVACV_API_KEY=your_api_key mcp-server-novacv
NOVACV_API_KEY=your_api_key NOVACV_API_BASE_URL=https://api.nova-cv.com

提示:API 密钥可以从NovaCV API 官网获取,请参考上方的 "获取 API 密钥" 部分。

{ "mcpServers": { "novacv": { "command": "npx", "args": ["mcp-server-novacv"], "env": { "NOVACV_API_KEY": "your_api_key" } } } }

- 打开设置(点击左下角设置图标或使用Ctrl+,/Cmd+,
- 找到 MCP 或 Model Context Protocol 设置区域
- 添加新服务,配置如下:

- 名称:novacv
- 命令:npx
- 参数:mcp-server-novacv
- 环境变量: 添加NOVACV_API_KEY并设置您的 API 密钥

{ "novacv": { "command": "npx", "args": ["mcp-server-novacv"], "env": { "NOVACV_API_KEY": "your_api_key" } } }

- generate_resume_from_text: 一键将简历文本转换为精美PDF简历,支持多种模板。只需提供简历文本内容,系统会自动进行格式转换并生成专业PDF文件,无需手动处理JSON数据
- get_templates: 获取所有可用的简历模板,返回模板列表及其详细信息,包括模板ID、名称、缩略图等
- convert_resume_text: 将纯文本格式的简历内容转换为标准JSON Resume格式。系统会智能识别简历中的各个部分,并按照国际通用的JSON Resume标准进行结构化处理
- analyze_resume_text: 对简历文本进行深度分析,提供专业评估和改进建议。系统会分析简历的完整性、关键词使用、技能匹配度等方面,并给出针对性的优化建议

在支持 MCP 的客户端中使用mcp_novacv_get_templates命令获取所有可用的简历模板。

使用mcp_novacv_generate_resume_from_text命令并提供简历文本内容和模板名称生成 PDF 简历。

使用mcp_novacv_analyze_resume_text命令分析纯文本简历内容。

使用mcp_novacv_convert_resume_text命令将简历文本转换为结构化的 JSON Resume 格式。

# 安装依赖 npm install # 开发模式(监视文件变化) npm run dev # 构建项目 npm run build # 运行服务(构建并启动) npm run run # 使用 MCP Inspector 调试(构建并启动Inspector) npm run debug

- 确认包安装成功:npx mcp-server-novacv --version
- 检查 API 密钥是否正确设置
- 查看客户端日志中是否有相关错误信息

- 确保您已从https://api.nova-cv.com获取了有效的 API 密钥
- 检查密钥是否已过期或超出使用限制
- 尝试重新生成新的 API 密钥
- 确保环境变量或配置文件中的密钥没有多余的空格或引号

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

Create crafted UI components inspired by the best 21st.dev design engineers.

Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server

An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .

MCP server for AI Diagram Maker — generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent

ALAPI MCP Tools,Call hundreds of API interfaces via MCP

AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform

MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.

APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.

One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.

Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB

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.