1. Conduid
  2. Developer Tools
  3. JSON MCP
MCP server · Developer Tools

JSON MCP

MCP server for querying and manipulatingJSON data

Unclaimed MIT aijsonmcp-server
39Low

Scored 2 days ago · breakdown

About JSON MCP

JSON MCP is an MCP server published by VadimNastoyashchy in the Developer Tools category: mCP server for querying and manipulatingJSON data. It has been installed 0 times through Conduid.

Install

Install
npx json-mcp
Claude Code
claude mcp add json-mcp -- npx -y json-mcp-server
npx
npx -y json-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about JSON MCP

Powered by Claude · Grounded in docs

I know everything about JSON MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v1.0.6v1.0.6 · 6 May 20251.0.6 - 2025-05-06
v1.0.5v1.0.5 · 5 May 20251.0.5 - 2025-05-05 Added Added `merge` tool to merge JSON files into a one JSON file Fixed Fix minor issues
v1.0.4v1.0.4 · 5 May 20251.0.4 - 2025-05-05 Fixed Fix minor issues
v1.0.3v1.0.3 · 5 May 20251.0.3 - 2025-05-05 Changed Split logic to use JSON file path to avoid memory issue within > 50 mb file Improved time execution
v1.0.2v1.0.2 · 4 May 20251.0.2 - 2025-05-04 Added Fix Split tool

README

JSON MCP

Smithery Badge

The Model Context Protocol (MCP) server empowers LLMs to efficiently interact with JSON files. With JSON MCP, you can split, merge, and find specific data, validate within JSON files based on defined conditions.



🌟 Key Features

Fast and lightweight
LLM-friendly functionality


🎥 Demo

Below is a demo showcasing the split functionality:


🔧 Use Cases (Tools)

1. split

Split a JSON file into a specified number of objects.

Note: The file path must be provided.

Prompt Example:

Split JSON file from /Users/json-mcp/tests/merged.json
5 objects per file

2. merge

Merge JSON files into a one JSON file

Note: The folder path should be provided

Prompt Example:

Merge json files from /Users/json-mcp/tests

⚙️ Configuration

VS Code Manual Configuration

To configure the JSON MCP server manually in VS Code, update the User Settings (JSON) file:

{
  "mcp": {
    "servers": {
      "json-mcp-server": {
        "command": "npx",
        "args": ["json-mcp-server@latest"]
      }
    }
  }
}

Installation in VS Code

You can install the JSON MCP server using the VS Code CLI:

# For VS Code
code --add-mcp '{"name":"json-mcp-server","command":"npx","args": ["json-mcp-server@latest"]}'

After installation, the JSON MCP server will be available for use with your GitHub Copilot agent in VS Code.

Claude Desktop

To install json-mcp for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @VadimNastoyashchy/json-mcp --client claude

⚙️ Installation Server

Install globally

npm install -g json-mcp-server@latest

Run after global installation

json-mcp-server

Using npx with latest version (recommended)

npx json-mcp-server@latest

README mirrored from the source repository 2 days ago. The original is authoritative.

Questions

About JSON MCP

How do I install JSON MCP?

Run npx json-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is JSON MCP safe to use with an AI agent?

Its trust score is 39 out of 100 (low). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is JSON MCP still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.