Faker Mcp Server
@funsjanssen
About Faker Mcp Server
A Model Context Protocol (MCP) server that provides fake/mock data generation capabilities using the Faker.js library. Generate realistic test data for database seeding, API testing, demo applications, and development environments.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"faker": {
"command": "npx",
"args": [
"faker-mcp-server"
]
}
}
}Tools
4Generates fake person data including names, emails, phone numbers, and addresses
Generates fake company data including names, industries, contact information, and addresses
Generate a structured dataset with multiple related entities and referential integrity. Supports person, company, and custom entity types with one-to-many and many-to-many relationships. Perfect for creating test databases, mock APIs, and complex data scenarios.
Generates fake data following custom patterns, including regex patterns, enums, formats, and ranges
Overview
What is Faker MCP Server?
Faker MCP Server is a Model Context Protocol (MCP) server that uses the Faker.js library to generate fake or mock data for testing and development. It provides realistic test data suitable for database seeding, API testing, demo applications, and development environments.
How to use Faker MCP Server?
—
Key features of Faker MCP Server
- Generate realistic person and company data (names, emails, addresses)
- Create multi-entity datasets with referential integrity
- Custom pattern-based data generation (regex, enum, format, range)
- Multi-locale support: English, French, German, Spanish, Japanese
- Seed-based generation for reproducible test data
- High performance — 1000+ records per second
Use cases of Faker MCP Server
- Database seeding with realistic fake records
- API testing with structured, referentially intact datasets
- Building demo applications with placeholder data
- Development environment data mocking
FAQ from Faker MCP Server
What locales are supported?
The server supports English, French, German, Spanish, and Japanese locales.
Can I get reproducible data?
Yes, the server supports seed-based generation so you can produce consistent test data across runs.
How fast can this server generate data?
It can generate over 1000 records per second.
What kind of custom patterns can I use?
You can generate data following custom patterns including regex, enum values, specific formats, and numeric ranges.
Does it integrate with any MCP host?
The server is fully MCP Protocol compliant, so it integrates seamlessly with any MCP-compatible AI agent or host.
Frequently asked questions
What locales are supported?
The server supports English, French, German, Spanish, and Japanese locales.
Can I get reproducible data?
Yes, the server supports seed-based generation so you can produce consistent test data across runs.
How fast can this server generate data?
It can generate over 1000 records per second.
What kind of custom patterns can I use?
You can generate data following custom patterns including regex, enum values, specific formats, and numeric ranges.
Does it integrate with any MCP host?
The server is fully MCP Protocol compliant, so it integrates seamlessly with any MCP-compatible AI agent or host.
Basic information
More Developer Tools MCP servers
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Comments