Skip to content
Grok

NameGender for Grok

io.github.anpekesen/namegender

Gender from names, emails and usernames, with probability, sample size and source on every answer.

client:Grok transport:stdio runtime:npm

Install NameGender in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "namegender": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "namegender-mcp"
      ],
      "env": {
        "NAMEGENDER_API_KEY": "<NAMEGENDER_API_KEY>"
      }
    }
  }
}

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

NameGender in other clients