JsonTool
0
Enables large language models to efficiently edit I18Next and other JSON files using natural language commands.
소개
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.
주요 기능
- Optimized for I18Next translation files with interpolation
- Efficiently handles large JSON documents without full memory loading
- Provides clear error messages for debugging
- Supports smart path resolution for nested keys
- Ensures data integrity with atomic file write operations
- 0 GitHub stars
사용 사례
- Managing I18Next translation files via natural language
- Updating complex JSON configuration files
- Exploring and modifying large JSON datasets with an LLM