JSON MCP
@VadimNastoyashchy
About JSON MCP
JSON MCP Server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"json-mcp-server": {
"command": "npx",
"args": [
"json-mcp-server@latest"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is JSON MCP?
JSON MCP is a Model Context Protocol (MCP) server that lets Large Language Models split, merge, find, and validate data within JSON files. It is designed for developers and AI agents that need to manipulate structured JSON data through natural‑language prompts.
How to use JSON MCP?
Install JSON MCP globally (npm install -g json-mcp-server@latest) and run json-mcp-server, or use npx json-mcp-server@latest. Configure it as an MCP server in VS Code (via User Settings JSON) or in Claude Desktop (via Smithery CLI). Once connected, invoke the tools split or merge by providing file or folder paths in your prompts.
Key features of JSON MCP
- Fast and lightweight operation
- LLM‑friendly, natural‑language tool interface
- Split a JSON file into multiple parts
- Merge several JSON files into one
- Find specific data within JSON files
- Validate JSON content against conditions
Use cases of JSON MCP
- Splitting a large JSON file into smaller files with a specified number of objects per file
- Merging multiple JSON files from a folder into a single JSON file
- Querying structured JSON data using natural‑language prompts from an AI assistant
FAQ from JSON MCP
What exactly does JSON MCP do?
It provides MCP tools for LLMs to split, merge, find, and validate data inside JSON files using natural‑language instructions.
How do I install JSON MCP?
Install globally with npm install -g json-mcp-server@latest, or run directly with npx json-mcp-server@latest. For Claude Desktop, use Smithery: npx -y @smithery/cli install @VadimNastoyashchy/json-mcp --client claude.
How do I configure JSON MCP in VS Code?
Add a server entry to your VS Code User Settings JSON: {"mcp":{"servers":{"json-mcp-server":{"command":"npx","args":["json-mcp-server@latest"]}}}}. Alternatively, use the VS Code CLI command code --add-mcp '{"name":"json-mcp-server","command":"npx","args": ["json-mcp-server@latest"]}'.
Does JSON MCP require any authentication or API keys?
No. The server runs locally and does not mention any required authentication tokens or external API keys.
What runtime environment does JSON MCP require?
It requires Node.js (npm/npx) and is available as an npm package. No other dependencies are listed.
Frequently asked questions
What exactly does JSON MCP do?
It provides MCP tools for LLMs to split, merge, find, and validate data inside JSON files using natural‑language instructions.
How do I install JSON MCP?
Install globally with `npm install -g json-mcp-server@latest`, or run directly with `npx json-mcp-server@latest`. For Claude Desktop, use Smithery: `npx -y @smithery/cli install @VadimNastoyashchy/json-mcp --client claude`.
How do I configure JSON MCP in VS Code?
Add a server entry to your VS Code User Settings JSON: `{"mcp":{"servers":{"json-mcp-server":{"command":"npx","args":["json-mcp-server@latest"]}}}}`. Alternatively, use the VS Code CLI command `code --add-mcp '{"name":"json-mcp-server","command":"npx","args": ["json-mcp-server@latest"]}'`.
Does JSON MCP require any authentication or API keys?
No. The server runs locally and does not mention any required authentication tokens or external API keys.
What runtime environment does JSON MCP require?
It requires Node.js (npm/npx) and is available as an npm package. No other dependencies are listed.
Basic information
More Other MCP servers

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Comments