json-tools
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@json-toolsvalidate data.json against schema.json"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@mcpx-digital/json-tools
MCP server for everyday JSON/JSONC work on local files and strings.
Validate JSON or JSONC, get/set values with jq-like paths, pretty-print or minify, validate against JSON Schema (Ajv), and diff two documents — from Cursor or any MCP client.
Local only. Tools accept file paths or inline strings. They do not fetch URLs, scrape the web, or call external APIs.
Install (MCPX / npx)
npx -y @mcpx-digital/json-toolsPrepared for npm as
@mcpx-digital/json-tools. Until published, run from a local clone.
Related MCP server: Universal JSON Agent MCP
Cursor mcp.json example
{
"mcpServers": {
"json-tools": {
"command": "npx",
"args": ["-y", "@mcpx-digital/json-tools"]
}
}
}Local clone:
{
"mcpServers": {
"json-tools": {
"command": "node",
"args": ["/absolute/path/to/json-tools-mcp/index.js"]
}
}
}Tools
Tool | What it does |
| Strict JSON parse/validate |
| JSONC (comments + trailing commas) |
| Get value at |
| Set value at path (optional write) |
| Pretty-print |
| Minify |
| Ajv JSON Schema validation |
| Line-oriented diff of two JSON docs |
Example prompts
“Validate this JSONC config and pretty-print it”
“Get
.dependencies.reactfrom package.json”“Diff these two API response fixtures”
“Validate data.json against schema.json”
Development
git clone https://github.com/TheoryofShadows/json-tools-mcp.git
cd json-tools-mcp
npm install
npm test
node index.jsSell / list on MCPX
Suggested listing price: $7.
Install command: npx -y @mcpx-digital/json-tools
License
MIT © TheoryofShadows
This server cannot be deployed
Maintenance
Related MCP Connectors
Compare two JSON files deeply, regardless of order. Get a detailed difference report highlighting…
Compare two JSON files deeply without worrying about key or array order. Detect missing, extra, an…
Compare two JSON files deeply, ignoring order, to surface every difference. Get a clear, structure…
19 zero-setup utilities: JSON, regex, cron, hash, base64, CSV, JWT, UUID, YAML, semver, time.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables efficient JSON file editing with targeted read, write, delete, and deep merge operations using dot notation paths, optimized for managing multilingual projects and large configuration files.4111MIT
- AlicenseNot gradedqualityCmaintenanceEnables natural language interaction with JSON files, providing tools to load, query, aggregate, transform, and export data directly from AI editors.3MIT
- AlicenseNot gradedqualityDmaintenanceEnables reading, writing, and deleting JSON values using dot-notation paths, with automatic creation of files and nested objects.1MIT
- AlicenseNot gradedqualityCmaintenanceProvides tools to validate, format, and query JSON strings via MCP. Enables AI agents to work with JSON data without needing keys or internet.8MIT