reactive-resume

GitHub

A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "reactive-resume": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-reactive-resume"
      ]
    }
  }
}