Skip to content
Claude Desktop

formacv for Claude Desktop

io.github.rocketech-software-development/formacv

FormaCV MCP server for AI-powered CV formatting, anonymization, tailoring, and ATS push-back.

client:Claude Desktop transport:stdio runtime:npm

Install formacv in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "formacv": {
      "command": "npx",
      "args": [
        "-y",
        "@formacv/mcp"
      ],
      "env": {
        "FORMACV_API_KEY": "<FORMACV_API_KEY>",
        "FORMACV_SERVER_URL": "<FORMACV_SERVER_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

formacv in other clients