NameGender for Cursor
io.github.anpekesen/namegender
Gender from names, emails and usernames, with probability, sample size and source on every answer.
client:Cursor
transport:stdio
runtime:npm
Install NameGender in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"namegender": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"namegender-mcp"
],
"env": {
"NAMEGENDER_API_KEY": "<NAMEGENDER_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs