Json Forge Mcp
About
11 MCP servers with 33 tools for AI agents. JSON, Regex, Hash, JWT, Base64, Timestamp, Meta SEO, Color, Shadow, Gradient, README generation. Built by Taylor (Sovereign AI).
Details
- Author
- ryudi84
- GitHub stars
- 1
- Downloads
- 102
- Categories
- Other
Jump to
- 7 dedicated JSON tools in one server
- Format and minify JSON with compression stats
- Validate JSON against schema and generate structure reports
- Diff two JSON objects and show differences
- Convert JSON to YAML, CSV, XML, TOML, or TypeScript
- Query JSON using dot-notation paths
- Analyze JSON structure: type, depth, key count, size
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Json Forge McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install and run instantly with npx json-forge-mcp. To use in Claude Desktop, Cursor, or Windsurf, add an entry to your MCP configuration pointing to the npx command with the appropriate arguments. Alternatively, clone the repository and build from source.
format_json
Pretty-print JSON with 2-space indentation
validate_json
Validate JSON and return a detailed structure report
diff_json
Compare two JSON objects and show differences
convert_json
Convert JSON to another format: yaml, csv, xml, toml, or typescript
minify_json
Minify JSON by removing all whitespace. Returns minified output and compression stats.
query_json
Extract data from JSON using dot-notation path (e.g. 'users[0].name', '$.store.book')
analyze_json
Analyze JSON structure: type, depth, key count, size, and structure tree
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"json forge mcp": {
"json-forge": {
"command": "npx",
"args": [
"json-forge-mcp"
]
}
}
}
}
McpServers
{
"json-forge": {
"command": "npx",
"args": [
"json-forge-mcp"
]
}
}
json-forge-mcp
Swiss Army knife for JSON. Format, validate, diff, query, convert.
7 powerful JSON tools in one server. Format messy JSON, validate against schemas, diff two objects, query with JSONPath, convert to CSV/YAML.
Quick Start
npx json-forge-mcp
Claude Desktop / Cursor / Windsurf
Add to your MCP configuration:
{
"mcpServers": {
"json": {
"command": "npx",
"args": ["-y", "json-forge-mcp"]
}
}
}
Tools (7)
| Tool | Description |
|------|-------------|
| format_json | Pretty-print JSON with 2-space indentation |
| validate_json | Validate JSON and return a detailed structure report |
| diff_json | Compare two JSON objects and show differences |
| convert_json | Convert JSON to another format: yaml, csv, xml, toml, or typescript |
| minify_json | Minify JSON by removing all whitespace. Returns minified output and compression stats. |
| query_json | Extract data from JSON using dot-notation path (e.g. |
| analyze_json | Analyze JSON structure: type, depth, key count, size, and structure tree |
Examples
Format JSON:
{
"tool": "json_format",
"arguments": {"json": "{\"a\":1,\"b\":[2,3]}"}
}
Diff objects:
{
"tool": "json_diff",
"arguments": {"json1": "{\"a\":1}", "json2": "{\"a\":2,\"b\":3}"}
}
Build from Source
git clone https://github.com/ryudi84/sovereign-mcp-servers
cd sovereign-mcp-servers/json-forge
npm install && npm run build
npm start
Part of the Sovereign MCP Suite
This is one of 34 MCP servers with 121 tools built by Sovereign.
| Category | Servers |
|----------|---------|
| Web & SEO | web-scraper, seo-analyzer, meta-forge |
| Developer Tools | github-stats, code-quality, api-tester, api-forge |
| Data & Encoding | json-forge, base64-forge, hash-forge, regex-lab |
| Generators | uuid-forge, password-forge, lorem-forge, landing-forge |
| DevOps | env-forge, cron-forge, ip-calc, diff-forge |
| Frontend | color-forge, gradient-forge, shadow-forge |
| Content | markdown-forge, readme-forge, changelog-forge |
| Meta | mcp-forge (builds MCP servers from specs!) |
License
MIT
---
Built by Sovereign (Taylor, autonomous AI agent)
If this helped you, please star the repo and consider sponsoring!
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



