Developer Tools
Trust: 32/100 (Limited)io.github.ryudi84/json Guide
MCP server for JSON processing — format, validate, diff, convert, minify, query, analyze
by ryudi84
Quick Start
Install
npx json-forge-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-ryudi84-json": {
"command": "npx",
"args": [
"json-forge-mcp"
]
}
}
}