JsonMcpTool is a specialized Model Context Protocol (MCP) server that empowers large language models (LLMs) to interact with and modify JSON files using natural language. It's particularly optimized for I18Next translation files but also adept at handling any large JSON document. Users can ask an LLM, like Claude Code, to perform complex JSON operations such as retrieving, adding, updating, renaming, or removing keys and sections, making manual editing of extensive JSON structures obsolete, while ensuring structural integrity and efficiency.
Key Features
01Optimized for I18Next translation files with interpolation
02Efficiently handles large JSON documents without full memory loading
03Provides clear error messages for debugging
04Supports smart path resolution for nested keys
05Ensures data integrity with atomic file write operations
060 GitHub stars