Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Mock Data Server

FreeNot checked

Faker.js 기반 Mock 데이터 생성 MCP 서버

GitHubEmbed

About

Faker.js 기반 Mock 데이터 생성 MCP 서버

README

Faker.js 기반 Mock 데이터 생성 MCP 서버

기능

  • 다양한 타입의 Mock 데이터 생성
    • 사용자 프로필
    • 회사 정보
    • 제품 정보
  • JSON 형식으로 데이터 저장
  • 한국어/영어 지원

설치

npm install

실행

개발 모드:

npm run dev

프로덕션 모드:

npm run build
npm start

사용 예시

// 사용자 프로필 생성
const profiles = generateMockData('profile', 10);

// 회사 정보 생성
const companies = generateMockData('company', 5);

// 영어로 제품 정보 생성
const products = generateMockData('product', 3, 'en');

from github.com/jnjsoftapp/mcp-mock-data-server

Installing Mock Data Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/jnjsoftapp/mcp-mock-data-server

FAQ

Is Mock Data Server MCP free?

Yes, Mock Data Server MCP is free — one-click install via Unyly at no cost.

Does Mock Data Server need an API key?

No, Mock Data Server runs without API keys or environment variables.

Is Mock Data Server hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Mock Data Server in Claude Desktop, Claude Code or Cursor?

Open Mock Data Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Mock Data Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs