Skip to content
Grok

CV Forge for Grok

io.github.thechandanbhagat/cv-forge

Forge powerful, ATS-friendly CVs tailored to any job - an MCP server for intelligent CV generation

client:Grok transport:stdio runtime:npm

Install CV Forge in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "cv-forge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cv-forge"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

CV Forge in other clients