JsonFabrica for Claude Desktop
io.github.ms-methos/jsonfabrica-mcp-server
Generate realistic, relational synthetic JSON test data from templates, via the JsonFabrica API.
client:Claude Desktop
transport:stdio
runtime:npm
Install JsonFabrica in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"jsonfabrica-mcp-server": {
"command": "npx",
"args": [
"-y",
"@jsonfabrica/mcp-server"
],
"env": {
"JSONFABRICA_API_KEY": "<JSONFABRICA_API_KEY>",
"JSONFABRICA_API_URL": "<JSONFABRICA_API_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs