integrations.sh
← all integrations

CVpop

MCP server openai

CVpop lets you create and customize professional CVs directly from ChatGPT. Describe your background and career goals, and CVpop will generate a complete CV for you in seconds. Update the layout, colors, and fonts through simple conversation and instantly preview the result in the app. Start in chat, refine your design, and build a CV that’s ready for real job applications.

Homepage
https://cvpop.com
Remote URL
https://cvpop-mcp-server.fly.dev/mcp
Auth
NONE

Tools (5)

Extracted live via the executor SDK.

  • getCvImportCode

    Returns the import code for an existing CV. The import code can be used in the CVpop app (iOS, Android, macOS, Web) to import and edit the CV.

  • editCvColor

    Updates the theme color of an existing CV. Requires a CV to have been created first with createCv.

  • editCvModel
    Updates the layout template of an existing CV. Randomly selects a design from the chosen category: classic (traditional), creative (modern), simple (minimalist), dynamic (contemporary). Requires a CV to have been created first with createCv.
  • editCvFont

    Updates the base font of an existing CV. Requires a CV to have been created first with createCv.

  • createCv
    Generates a professional CV (curriculum vitae) based on the user's name, job title, and preferred language.Returns the generated CV and an import code. The import code can be shared with the user to import the CV into the CVpop app (available on iOS, Android, macOS, and Web).Available follow-up actions: change color (editCvColor), change layout (editCvModel), change font (editCvFont), retrieve import code again (getCvImportCode).Content editing (work experience, education, skills, etc.) requires importing the CV into the CVpop app using the import code.