Used by 1 plugin
Generates mock REST APIs from JSON schemas for rapid prototyping and testing.
Add to your .mcp.json:
{
"mcpServers": {
"json-server": {
"command": "npx",
"args": [
"-y",
"tsx",
"${CLAUDE_PLUGIN_ROOT}/server/server.ts"
],
"env": {
"NODE_ENV": "production"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
npxNODE_ENV=production