MCP Directory
ServersClientsBlog

xASO - App Store Optimization

AI-powered App Store Optimization platform for mobile apps

Go to xASO
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2025 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. JSON-MCP-Server

JSON-MCP-Server

GitHub

This repository provides a JSON Model Context Protocol (MCP) server, enabling LLMs to query and manipulate JSON data using tools like `query` and `filter` with extended operations for diverse data transformations.

78
5

JSON MCP Server (@gongrzhe/[email protected])

This is a JSON Model Context Protocol (MCP) server designed to enable LLMs to interact with JSON data using standardized tools. It provides a way to query and manipulate JSON data from a given URL.

Installation & Usage

The server can be run using npx @gongrzhe/[email protected] or installed globally via npm install -g @gongrzhe/[email protected] and then executed with server-json-mcp.

Components

The server offers two primary tools: query, which uses JSONPath with extended operations to extract data, and filter, which filters JSON data based on specified conditions and a base JSONPath.

Supported Operations

It supports array slicing, sorting, distinct, and transformations (map, flatten, union, intersection). String operations include case conversion, tests (startsWith, endsWith), and search (contains, matches). Numeric operations cover math, rounding, and functions. Date operations allow formatting, checking, and modification. Aggregation operations include group and stats.

Configuration

For Claude Desktop integration, configure claude_desktop_config.json to use either the npx command or the direct node command pointing to the built index.js file.

Repository

GO
GongRzhe

GongRzhe/JSON-MCP-Server

Created

December 24, 2024

Updated

March 28, 2025

Language

JavaScript

Category

Developer Tools