mcpbeat Sign in

Randomuser MCP Server

local only

Randomuser MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

RandomUser profile generation.

Installs / week
npm · randomuser-mcp
0
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Randomuser MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add randomuser-mcp -- npx -y randomuser-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "randomuser-mcp": {
      "args": [
        "-y",
        "randomuser-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.randomuser-mcp]
command = "npx"
args = ["-y", "randomuser-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "randomuser-mcp": {
      "args": [
        "-y",
        "randomuser-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "randomuser-mcp": {
      "args": [
        "-y",
        "randomuser-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Randomuser MCP

same job, measured the same way
MCP Producer
by acedatacloud

MCP server for Producer/Riffusion AI music generation

1 241 installs/wk answering
Random MCP
by eldesh

Generate random values and probability distribution samples.

answering
Landing
by ryudi84

MCP server for generating production-ready HTML landing pages.

19 installs/wk local only
Readme
by ryudi84

MCP server for README.md generation from project metadata

local only
MCP PDF
by kmalakoff

MCP server for PDF generation using PDFKit

local only
Uuid
by pipeworx-io

UUID validation & generation MCP.

38 tools answering
MCP Veo
by acedatacloud

MCP server for Google Veo AI video generation

844 installs/wk answering
SQLBot MCP Proxy
by wenrou21

MCP server proxy for SQLBot Text-to-SQL queries and report generation.

local only

Randomuser MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Randomuser MCP?
Randomuser MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package randomuser-mcp.
How do I connect Randomuser MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls randomuser-mcp straight from npm; nothing to host, nothing to sign up for.
Is Randomuser MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.