MCP.so
Sign In

Overview

What is MCP Server for NovaCV?

MCP Server for NovaCV is a Model Context Protocol server that provides access to the NovaCV resume service API. It allows developers to generate resume PDFs, retrieve available templates, convert resume text to JSON Resume format, and analyze resume content through MCP-compatible clients.

How to use MCP Server for NovaCV?

Install the package via npm (npm install -g mcp-server-novacv or use npx mcp-server-novacv). Provide your NovaCV API key via the --api_key command-line option, the NOVACV_API_KEY environment variable, or a .env file. The server can then be configured in MCP clients like Cursor or Cherry Studio by specifying the command, arguments, and environment variable.

Key features of MCP Server for NovaCV

  • Generate PDF resumes from text content using multiple templates.
  • Fetch a list of available resume templates with details.
  • Convert plain resume text to structured JSON Resume format.
  • Analyze resume content and provide professional improvement suggestions.

Use cases of MCP Server for NovaCV

  • Generate a polished PDF resume automatically from raw text input.
  • Analyze an existing resume for completeness and keyword optimization.
  • Convert unstructured resume text into a standardized JSON Resume file.
  • Browse available templates to choose the best layout for a resume.

FAQ from MCP Server for NovaCV

How do I obtain an API key for NovaCV?

Visit the NovaCV API website at https://api.nova-cv.com, register or log in, go to the "API Keys" or "Developer" section, and create a new API key.

What tools does MCP Server for NovaCV provide?

The server offers four tools: generate_resume_from_text, get_templates, convert_resume_text, and analyze_resume_text.

How can I verify the installation was successful?

Run npx mcp-server-novacv --version to confirm the package is installed and working.

What should I do if I encounter an API key error?

Ensure you have a valid API key from the NovaCV website, check if the key has expired or reached usage limits, try regenerating it, and verify there are no extra spaces or quotes in the environment variable or configuration.

What are the runtime requirements for MCP Server for NovaCV?

The server requires Node.js and npm. It runs as an MCP server via npx or after global installation.

Tags

More from Other