JSON Editor MCP
Related Servers
Alternatives to JSON Editor MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables reading, writing, and deleting JSON values using dot-notation paths, with automatic creation of files and nested objects.1MIT
- AlicenseNot gradedqualityCmaintenanceEnables natural language interaction with JSON files, providing tools to load, query, aggregate, transform, and export data directly from AI editors.3MIT
- -licenseCqualityNot gradedmaintenanceEnables AI to create, edit, and batch generate JSON data with advanced rule engines. Supports CRUD operations, node-level editing, template management, and multi-format file exports (JSON, JSONL, CSV).3179 npm-
- FlicenseNot gradedqualityCmaintenanceEnables translation of JSON i18n files to multiple languages using various AI providers (Google Gemini, OpenAI, Ollama/DeepSeek) with intelligent caching and deduplication.16 npm5-
- AlicenseNot gradedqualityDmaintenanceEnables deep, order-independent comparison of JSON files to detect differences including missing keys, value mismatches, and type differences. Provides detailed reports with path tracking for precise identification of variations between JSON structures.MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to read and write JSON translation files (i18n, i18next, react-i18next) via the Model Context Protocol.10 npm1-
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose with no ambiguity: delete_multiple_json_values removes values, merge_duplicate_keys consolidates keys, read_multiple_json_values retrieves values, and write_json_values sets values. The operations target different actions on JSON files, making it easy for an agent to select the correct tool.
All tool names follow a consistent verb_noun pattern with snake_case, using descriptive verbs like delete, merge, read, and write. The naming is predictable and readable, with no deviations in style or convention across the set.
With 4 tools, the server is well-scoped for JSON editing operations, covering essential actions like reading, writing, deleting, and merging. Each tool earns its place without being overly sparse or bloated, fitting a typical utility server range.
The tool set provides strong coverage for basic JSON manipulation, including CRUD-like operations (read, write, delete) and a merge function. A minor gap exists in lacking a tool for updating existing values without overwriting, but agents can work around this using write_json_values, and the core workflows are well-supported.