mcp-server-novacv
3
The MCP Server for NovaCV provides a service interface to interact with the NovaCV resume API. It allows users to generate PDFs, retrieve resume templates, convert text to JSON Resume format, and analyze resume content.
MCP Server for NovaCV
Features
- Generate resume PDFs
- Retrieve available resume template lists
- Convert resume text to JSON Resume format
- Analyze resume content
Get API Key
- Visit NovaCV API website
- Register/login and create a new API key
- Keep the key secure
Quick Start
- Run with
npm run run
- Use MCP Inspector for development with
npm run debug
Usage
- Command line options include API key and base URL settings
- Configure through environment variables or
.env
file - Configure MCP clients like Cursor or Cherry Studio
Available Tools
- Generate resumes from text
- Get list of templates
- Convert resume text
- Analyze resume content
Example Commands
- Retrieve template list with
mcp_novacv_get_templates
- Generate resume with
mcp_novacv_generate_resume_from_text
- Analyze resume text with
mcp_novacv_analyze_resume_text
- Convert resumes to JSON Resume format
Troubleshooting
- Check package installation with version command
- Ensure correct API key setup