← Index

com.random-profiles/mcp

com.random-profiles/mcp·v1.4.3·Other
Quality Score
90
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "random-profiles-mcp"
      ],
      "env": {
        "RANDOM_PROFILES_API_KEY": "<your-random_profiles_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "random-profiles-mcp"
      ],
      "env": {
        "RANDOM_PROFILES_API_KEY": "<your-random_profiles_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y random-profiles-mcp
§02  Environment variables
RANDOM_PROFILES_API_KEY
secret

API key from https://random-profiles.com. If omitted, the agent uses the claim_api_key tool to claim a free key interactively and caches it to ~/.random-profiles/config.json.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other