Skip to content
Cursor

agify mcp for Cursor

io.github.mrfentmen/agify-mcp

Estimate a person age from their name. No key required.

client:Cursor transport:stdio runtime:npm

Install agify mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agify mcp in other clients