JSON Splitter and Merger

Provides tools for splitting large JSON files into manageable chunks and merging multiple JSON files into a consolidated output fo

vadimnastoyashchy 14 ↓ 7.2k
Claude CodeClaude DesktopGeneric
View source ↗

The JSON MCP Server provides tools for efficient JSON file manipulation, allowing AI assistants to split large JSON files into smaller chunks and merge multiple JSON files into a single consolidated file. Developed by Vadym Nastoiashchyi, this TypeScript implementation uses the Model Context Protocol SDK to expose two primary tools: 'split' for dividing JSON arrays into specified sizes while preventing excessive fragmentation, and 'merge' for combining multiple JSON files from a directory into a single output file. The server includes robust path validation, home directory expansion, and error handling to ensure reliable operation across different environments. It's particularly valuable for data processing workflows that involve large JSON datasets that need to be broken down for processing or consolidated for analysis.

Source

Repository: https://github.com/vadimnastoyashchy/json-mcp

Maintain JSON Splitter and Merger?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

JSON Splitter and Merger on getagentictools
[![JSON Splitter and Merger on getagentictools](https://getagentictools.com/badge/mcp/vadimnastoyashchy-json-mcp.svg)](https://getagentictools.com/mcp/vadimnastoyashchy-json-mcp?ref=badge)