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.
Server Config
{
"mcpServers": {
"faker": {
"command": "npx",
"args": [
"faker-mcp-server"
]
}
}
}