Skip to content
Grok

nextrole mcp proxy for Grok

io.github.bats64mgutsi/nextrole-mcp-proxy

MCP proxy server for NextRole CV tailoring services

client:Grok transport:stdio runtime:npm

Install nextrole mcp proxy in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "nextrole-mcp-proxy": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "nextrole-mcp-proxy"
      ]
    }
  }
}

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

nextrole mcp proxy in other clients