Integrations
Supports SQL output format with MySQL dialect for random user data, including CREATE TABLE statements and proper type handling.
Supports SQL output format with PostgreSQL dialect for random user data, including CREATE TABLE statements and proper type handling.
Supports SQL output format with SQLite dialect for random user data, including CREATE TABLE statements and proper type handling.
RandomUser MCP Server
An MCP server that provides enhanced access to the randomuser.me API with additional features like custom formatting, password generation, and weighted nationality distribution.
Installation
Clone the repository:
Usage
Add to your MCP settings file (claude_desktop_config.json
or cline_mcp_settings.json
):
Available Tools
get_random_user
Get a single random user with customizable options.
get_multiple_users
Get multiple random users with weighted nationality distribution.
Output Formats
The server supports multiple output formats:
JSON (default)
- Nested or flattened objects
- Customizable name formats (full, first_last, separate)
- Date formatting options (iso, unix, formatted)
CSV
- Customizable delimiter
- Optional headers
- Automatically flattened data structure
SQL
- Multiple dialect support (MySQL, PostgreSQL, SQLite)
- Optional CREATE TABLE statements
- Proper escaping and type handling
XML
- Standard XML format
- Nested data structure
- Proper escaping of special characters
Field Selection
Include or exclude specific fields:
Supported Nationalities
- AU: Australia
- BR: Brazil
- CA: Canada
- CH: Switzerland
- DE: Germany
- DK: Denmark
- ES: Spain
- FI: Finland
- FR: France
- GB: United Kingdom
- IE: Ireland
- IN: India
- IR: Iran
- MX: Mexico
- NL: Netherlands
- NO: Norway
- NZ: New Zealand
- RS: Serbia
- TR: Turkey
- UA: Ukraine
- US: United States
Development
License
MIT
This server cannot be installed
Provides enhanced access to the randomuser.me API with advanced features like custom formatting, password generation, and weighted nationality distribution.