Odel
random profiles mcp

random profiles mcp

Local
@gusdeboerJavaScriptMITUpdated 4mo ago

Generate fake user profiles and companies for tests, seed data, and AI agent demos.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmrandom-profiles-mcpv1.4.3

Run

npx -y random-profiles-mcp

MCP client config

{
  "mcpServers": {
    "random-profiles-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "random-profiles-mcp"
      ]
    }
  }
}